Skip to main content
Anchor to CustomerAccessTokenCreateWithMultipassPayload

CustomerAccessTokenCreateWithMultipassPayload

payload

Return type for customerAccessTokenCreateWithMultipass mutation.

•CustomerAccessToken

An access token object associated with the customer.

•[CustomerUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Creates a customer access token using a multipass token instead of email and password. A customer record is created if the customer doesn't exist. If a customer record already exists but the record is disabled, then the customer record is enabled.


Was this section helpful?