--- title: CustomerAccessTokenCreateWithMultipassPayload - Storefront API description: Return type for `customerAccessTokenCreateWithMultipass` mutation. api_version: 2025-04 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-04/payloads/customeraccesstokencreatewithmultipasspayload md: https://shopify.dev/docs/api/storefront/2025-04/payloads/customeraccesstokencreatewithmultipasspayload.md --- # Customer​Access​Token​Create​With​Multipass​Payload payload Return type for `customerAccessTokenCreateWithMultipass` mutation. ## Fields * customer​Access​Token [Customer​Access​Token](https://shopify.dev/docs/api/storefront/2025-04/objects/CustomerAccessToken) An access token object associated with the customer. * customer​User​Errors [\[Customer​User​Error!\]!](https://shopify.dev/docs/api/storefront/2025-04/objects/CustomerUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [customer​Access​Token​Create​With​Multipass](https://shopify.dev/docs/api/storefront/2025-04/mutations/customerAccessTokenCreateWithMultipass) mutation Creates a [`CustomerAccessToken`](https://shopify.dev/docs/api/storefront/2025-04/objects/CustomerAccessToken) using a [multipass token](https://shopify.dev/docs/api/multipass) 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. *** **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. *** * multipass​Token [String!](https://shopify.dev/docs/api/storefront/2025-04/scalars/String) required ### Arguments A valid [multipass token](https://shopify.dev/api/multipass) to be authenticated. *** *** ## Map ### Mutations with this payload * [customer​Access​Token​Create​With​Multipass](https://shopify.dev/docs/api/storefront/2025-04/types/customerAccessTokenCreateWithMultipass)