| CustomerChangePasswordCommand
Updates the password of a customer.
|
| CustomerCreateCommand
Creates/signs up a customer.
|
| CustomerCreateEmailTokenCommand
Creates a token for verifying the customer's email.
|
| CustomerCreatePasswordTokenCommand
|
| CustomerDeleteCommand
Deletes a customer.
|
| CustomerInStoreChangePasswordCommand
Updates the password of a customer with a store.
|
| CustomerInStoreCreateCommand |
| CustomerInStoreCreateEmailTokenCommand |
| CustomerInStoreCreatePasswordTokenCommand |
| CustomerInStoreDeleteCommand |
| CustomerInStorePasswordResetCommand |
| CustomerInStoreSignInCommand |
| CustomerInStoreUpdateCommand |
| CustomerInStoreVerifyEmailCommand |
| CustomerPasswordResetCommand
Sets a new password for the customer.
|
| CustomerSignInCommand
Retrieves the authenticated customer (a customer that matches the given email/password pair).
|
| CustomerUpdateCommand
Updates a customer.
|
| CustomerVerifyEmailCommand
Verifies customer's email using a token.
|