Anchor to customerAccessTokenCreateWithMultipasscustomer
customer Access Token Create With Multipass
mutation
Requires access scope.
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.
Anchor to Arguments
Arguments
- Anchor to multipassTokenmultipass•
Token String!required A valid multipass token to be authenticated.
Was this section helpful?
Anchor to CustomerAccessTokenCreateWithMultipassPayload returnsCustomer Access Token Create With Multipass Payload returns
- Anchor to customerAccessTokencustomer•
Access Token An access token object associated with the customer.
- Anchor to customerUserErrorscustomer•
User Errors [CustomerUser Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?