Method |
Description |
|
create ( array $customerData ) : Smalot\Magento\ActionInterface |
Create a new customer. |
|
delete ( integer $customerId ) : Smalot\Magento\ActionInterface |
Delete the required customer. |
|
getInfo ( integer $customerId, array $attributes ) : Smalot\Magento\ActionInterface |
Retrieve information about the specified customer. |
|
getList ( array $filters ) : Smalot\Magento\ActionInterface |
Allows you to retrieve the list of customers. |
|
update ( integer $customerId, array $customerData ) : Smalot\Magento\ActionInterface |
Update information about the required customer. |
|