# CustomerAccessTokenCreateInput - storefront - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to create a customer access token. ### Access Scopes ## Fields * [email](/docs/api/storefront/2024-10/scalars/String): String! - The email associated to the customer. * [password](/docs/api/storefront/2024-10/scalars/String): String! - The login password to be used by the customer. ## Input objects with this input object * [customerAccessTokenCreate](/docs/api/storefront/2024-10/mutations/customerAccessTokenCreate) ## Examples