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