Log in
Interface

AddressSearchResultsInterface

Magento\Customer\Api\Data\AddressSearchResultsInterface

What it does

This interface defines the contract for customer address search results in Magento 2's API layer.

Developers use this when implementing or consuming services that search for and return multiple customer addresses, such as filtering addresses by criteria or retrieving all addresses for administrative purposes.

It extends SearchResultsInterface to provide standardized pagination and filtering capabilities for address collections.

Public Methods

  • getItems()
  • setItems()