Method |
Description |
|
create ( integer $customerId, array $addressData ) : Smalot\Magento\ActionInterface |
Create a new address for the customer. |
|
delete ( integer $addressId ) : Smalot\Magento\ActionInterface |
Delete the required customer address. |
|
getInfo ( integer $addressId ) : Smalot\Magento\ActionInterface |
Retrieve information about the required customer address. |
|
getList ( integer $customerId ) : Smalot\Magento\ActionInterface |
Retrieve the list of customer addresses. |
|
update ( integer $addressId, array $addressData ) : Smalot\Magento\ActionInterface |
Update address data of the required customer. |
|