# CustomerCreateInput - storefront - INPUT_OBJECT Version: 2025-01 ## Description The input fields to create a new customer. ### Access Scopes ## Fields * [acceptsMarketing](/docs/api/storefront/2025-01/scalars/Boolean): Boolean - Indicates whether the customer has consented to be sent marketing material via email. * [email](/docs/api/storefront/2025-01/scalars/String): String! - The customer’s email. * [firstName](/docs/api/storefront/2025-01/scalars/String): String - The customer’s first name. * [lastName](/docs/api/storefront/2025-01/scalars/String): String - The customer’s last name. * [password](/docs/api/storefront/2025-01/scalars/String): String! - The login password used by the customer. * [phone](/docs/api/storefront/2025-01/scalars/String): String - A unique phone number for the customer. Formatted using E.164 standard. For example, _+16135551111_. ## Input objects with this input object * [customerCreate](/docs/api/storefront/2025-01/mutations/customerCreate) ## Examples