Customer address CRUD interface. @api
- Since
- 100.0.2
Definition at line 14 of file AddressRepositoryInterface.php.
◆ delete()
Delete customer address.
- Parameters
-
\Magento\Customer\Api\Data\AddressInterface | $address | |
- Returns
- bool true on success
- Exceptions
-
◆ deleteById()
Delete customer address by ID.
- Parameters
-
- Returns
- bool true on success
- Exceptions
-
Implemented in AddressRepository.
◆ getById()
Retrieve customer address.
- Parameters
-
- Returns
- \Magento\Customer\Api\Data\AddressInterface
- Exceptions
-
Implemented in AddressRepository.
◆ getList()
Retrieve customers addresses matching the specified criteria.
- Parameters
-
\Magento\Framework\Api\SearchCriteriaInterface | $searchCriteria | |
- Returns
- \Magento\Customer\Api\Data\AddressSearchResultsInterface
- Exceptions
-
◆ save()
Save customer address.
- Parameters
-
\Magento\Customer\Api\Data\AddressInterface | $address | |
- Returns
- \Magento\Customer\Api\Data\AddressInterface
- Exceptions
-
The documentation for this interface was generated from the following file: