# storefrontCustomerAccessTokenCreate - customer - MUTATION Version: unstable ## Description Exchanges the Customer Access Token, provided in the Authorization header, into a Storefront Customer Access Token. Renew this token each time you update the Customer Access Token found in the Authorization header. ### Access Scopes ## Arguments ## Returns * [customerAccessToken](/docs/api/customer/unstable/scalars/String): String The created access token. * [userErrors](/docs/api/customer/unstable/objects/UserErrorsStorefrontCustomerAccessTokenCreateUserErrors): UserErrorsStorefrontCustomerAccessTokenCreateUserErrors! The list of errors that occurred from executing the mutation. ## Examples