Skip to main content
Anchor to customerAccessTokenCreate

customerAccessTokenCreate

mutation

Requires unauthenticated_write_customers access scope.

Creates a customer access token. The customer access token is required to modify the customer object in any way.

CustomerAccessTokenCreateInput!
required

The fields used to create a customer access token.


Was this section helpful?

Anchor to CustomerAccessTokenCreatePayload returnsCustomerAccessTokenCreatePayload returns

CustomerAccessToken

The newly created customer access token object.

[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?