customerActivateByUrl - storefront - MUTATION
Version: 2024-10
Description:
Activates a customer with the activation url received from `customerCreate`.
Access Scopes
`unauthenticated_write_customers` access scope.
Arguments
-
activationUrl:
URL! -
The customer activation URL.
-
password:
String! -
A new password set during activation.
Returns
-
customer:
Customer
The customer that was activated.
-
customerAccessToken:
CustomerAccessToken
A new customer access token for the customer.
-
customerUserErrors:
CustomerUserError!
The list of errors that occurred from executing the mutation.
Examples