--- title: CustomerAccessTokenCreateInput - Storefront API description: The input fields required to create a customer access token. api_version: 2024-10 api_name: storefront type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/CustomerAccessTokenCreateInput md: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/CustomerAccessTokenCreateInput.txt --- # Customer​Access​Token​Create​Input input\_object The input fields required to create a customer access token. ## Fields * email [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The email associated to the customer. * password [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The login password to be used by the customer. *** ## Mutations using this input * [customer​Access​Token​Create.​input](https://shopify.dev/docs/api/storefront/2024-10/mutations/customerAccessTokenCreate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[customer​Access​Token​Create.input](https://shopify.dev/docs/api/storefront/2024-10/mutations/customerAccessTokenCreate#argument-input)