Customer Access Token Create With Multipass Payload
Return type for mutation.
Anchor to FieldsFields
- customerAccessToken (CustomerAccessToken)
- customerUserErrors ([CustomerUserError!]!)
- Anchor to customerAccessTokencustomer•Customer
Access Token Access Token Token access required 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.
Anchor to Mutations with this payloadMutations with this payload
- customerAccessTokenCreateWithMultipass (CustomerAccessTokenCreateWithMultipassPayload)
- •mutation
Creates a
using a multipass token instead of email and password. This enables single sign-on for customers who authenticate through an external system.If the customer doesn't exist in Shopify, then a new customer record is created automatically. If the customer exists but the record is disabled, then the customer record is re-enabled.
CautionMultipass tokens are only valid for 15 minutes and can only be used once. Generate tokens on-the-fly when needed rather than in advance.
Caution:Multipass tokens are only valid for 15 minutes and can only be used once. Generate tokens on-the-fly when needed rather than in advance.
Caution: Multipass tokens are only valid for 15 minutes and can only be used once. Generate tokens on-the-fly when needed rather than in advance.
- Anchor to multipassTokenmultipass•String!
Token required A valid multipass token to be authenticated.
Arguments