--- title: CustomerCreatePayload - Storefront API description: Return type for `customerCreate` mutation. api_version: unstable api_name: storefront source_url: html: >- https://shopify.dev/docs/api/storefront/unstable/payloads/CustomerCreatePayload md: >- https://shopify.dev/docs/api/storefront/unstable/payloads/CustomerCreatePayload.md --- # Customer​Create​Payload payload Return type for `customerCreate` mutation. ## Fields * customer [Customer](https://shopify.dev/docs/api/storefront/unstable/objects/Customer) Token access required The created customer object. * customer​User​Errors [\[Customer​User​Error!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/CustomerUserError) non-null The list of errors that occurred from executing the mutation. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/UserError) non-nullDeprecated *** ## Mutations with this payload * [customer​Create](https://shopify.dev/docs/api/storefront/unstable/mutations/customerCreate) mutation Creates a new [`Customer`](https://shopify.dev/docs/api/storefront/unstable/objects/Customer) account with the provided contact information and login credentials. The customer can then sign in for things such as accessing their account, viewing order history, and managing saved addresses. *** **Caution:** This mutation creates customer credentials. Ensure passwords are collected securely and never logged or exposed in client-side code. *** * input [Customer​Create​Input!](https://shopify.dev/docs/api/storefront/unstable/input-objects/CustomerCreateInput) required ### Arguments The fields used to create a new customer. *** *** ## Map ### Mutations with this payload * [customer​Create](https://shopify.dev/docs/api/storefront/unstable/types/customerCreate)