Skip to main content
mutation

Requires unauthenticated_write_customers access scope.

Activates a customer.

ID!
required

Specifies the customer to activate.

CustomerActivateInput!
required

The fields used to activate a customer.


Was this section helpful?

Anchor to CustomerActivatePayload returnsCustomerActivatePayload returns

Customer

The customer object.

CustomerAccessToken

A newly created customer access token object for the customer.

[CustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.

[UserError!]!
non-nullDeprecated

The list of errors that occurred from executing the mutation.


Was this section helpful?