Skip to main content
Anchor to customerActivateByUrl

customerActivateByUrl

mutation

Requires unauthenticated_write_customers access scope.

Activates a customer with the activation url received from customerCreate.

•URL!
required

The customer activation URL.

•String!
required

A new password set during activation.


Was this section helpful?

Anchor to CustomerActivateByUrlPayload returnsCustomerActivateByUrlPayload returns

•Customer

The customer that was activated.

•CustomerAccessToken

A new customer access token for the customer.

•[CustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?