Docs
Dashboard

customerActivate

Mutation

Activates a customer account using the provided token and sets the customer’s password.

#

Arguments


input
CustomerActivateInput!Required

Specifies the fields to activate a customer.

#

Payload


customer
Customer

The customer that was activated.

customerAccessToken
CustomerAccessToken

The access token for the activated customer.

errors
[CustomerActivateError!]

User-facing errors that prevented the operation from succeeding.