customer Activate By Url
Requires access scope.
Activates a customer account using the full activation URL from the mutation. This approach simplifies activation by accepting the complete URL directly, eliminating the need to parse it for the customer ID and activation token. Returns a for authenticating subsequent requests.
Store the returned access token securely. It grants access to the customer's account data.
Store the returned access token securely. It grants access to the customer's account data.
Caution: Store the returned access token securely. It grants access to the customer's account data.
Arguments
- activationUrl (URL!)
- password (String!)
- Anchor to activationUrlactivation•URL!
Url required The customer activation URL.
- Anchor to passwordpassword•String!required
A new password set during activation.
- customer (Customer)
- customerAccessToken (CustomerAccessToken)
- customerUserErrors ([CustomerUserError!]!)
- Anchor to customercustomer•Customer
The customer that was activated.
- Anchor to customerAccessTokencustomer•Customer
Access Token Access Token A new customer access token for the customer.
- Anchor to customerUserErrorscustomer•[Customer
User Errors User Error!]! non-null The list of errors that occurred from executing the mutation.