# customerAccessTokenCreateWithMultipass - storefront - MUTATION Version: 2024-10 ## Description Creates a customer access token using a [multipass token](https://shopify.dev/api/multipass) 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. ### Access Scopes `unauthenticated_write_customers` access scope. ## Arguments * [multipassToken](/docs/api/storefront/2024-10/scalars/String): String! - A valid [multipass token](https://shopify.dev/api/multipass) to be authenticated. ## Returns * [customerAccessToken](/docs/api/storefront/2024-10/objects/CustomerAccessToken): CustomerAccessToken An access token object associated with the customer. * [customerUserErrors](/docs/api/storefront/2024-10/objects/CustomerUserError): CustomerUserError! The list of errors that occurred from executing the mutation. ## Examples