--- title: CustomerAccessTokenCreateInput - Storefront API description: > The input fields for authenticating a customer with email and password. Used by the [`customerAccessTokenCreate`](/docs/api/storefront/unstable/mutations/customerAccessTokenCreate) mutation to generate a [`CustomerAccessToken`](/docs/api/storefront/unstable/objects/CustomerAccessToken), which is required to read or modify customer data. api_version: unstable api_name: storefront source_url: html: >- https://shopify.dev/docs/api/storefront/unstable/input-objects/CustomerAccessTokenCreateInput md: >- https://shopify.dev/docs/api/storefront/unstable/input-objects/CustomerAccessTokenCreateInput.md --- # Customer​Access​Token​Create​Input input\_object The input fields for authenticating a customer with email and password. Used by the [`customerAccessTokenCreate`](https://shopify.dev/docs/api/storefront/unstable/mutations/customerAccessTokenCreate) mutation to generate a [`CustomerAccessToken`](https://shopify.dev/docs/api/storefront/unstable/objects/CustomerAccessToken), which is required to read or modify customer data. ## Fields * email [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The email associated to the customer. * password [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The login password to be used by the customer. *** ## Map No referencing types