--- title: CustomerCreateInput - Storefront API description: The input fields to create a new customer. api_version: unstable api_name: storefront source_url: html: >- https://shopify.dev/docs/api/storefront/unstable/input-objects/CustomerCreateInput md: >- https://shopify.dev/docs/api/storefront/unstable/input-objects/CustomerCreateInput.md --- # Customer​Create​Input input\_object The input fields to create a new customer. ## Fields * accepts​Marketing [Boolean](https://shopify.dev/docs/api/storefront/unstable/scalars/Boolean) Indicates whether the customer has consented to be sent marketing material via email. * email [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The customer’s email. * first​Name [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The customer’s first name. * last​Name [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The customer’s last name. * password [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The login password used by the customer. * phone [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) A unique phone number for the customer. Formatted using E.164 standard. For example, *+16135551111*. *** ## Map No referencing types