Anchor to customerAccessTokenCreateWithMultipasscustomer
mutationcustomer Access Token Create With Multipass
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•String!
Token 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•Customer
Access Token Access Token An access token object associated with the customer.
- Anchor to customerUserErrorscustomer•[Customer
User Errors User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?