Customer Activate By Url Payload
Return type for mutation.
Anchor to FieldsFields
- customer (Customer)
- customerAccessToken (CustomerAccessToken)
- customerUserErrors ([CustomerUserError!]!)
- Anchor to customercustomer•CustomerToken access required
The customer that was activated.
- Anchor to customerAccessTokencustomer•Customer
Access Token Access Token Token access required 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.
Anchor to Mutations with this payloadMutations with this payload
- customerActivateByUrl (CustomerActivateByUrlPayload)
- •mutation
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 afor authenticating subsequent requests.CautionStore 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.
Caution: Store the returned access token securely. It grants access to the customer's account data.
- Anchor to activationUrlactivation•URL!
Url required The customer activation URL.
- Anchor to passwordpassword•String!required
A new password set during activation.
Arguments