--- title: CustomerCreatePayload - Storefront API description: Return type for `customerCreate` mutation. api_version: 2026-01 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/payloads/CustomerCreatePayload md: https://shopify.dev/docs/api/storefront/latest/payloads/CustomerCreatePayload.md --- # Customer​Create​Payload payload Return type for `customerCreate` mutation. ## Fields * customer [Customer](https://shopify.dev/docs/api/storefront/latest/objects/Customer) Token access required The created customer object. * customer​User​Errors [\[Customer​User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CustomerUserError) non-null The list of errors that occurred from executing the mutation. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/UserError) non-nullDeprecated *** ## Mutations with this payload * [customer​Create](https://shopify.dev/docs/api/storefront/latest/mutations/customerCreate) mutation Creates a new [`Customer`](https://shopify.dev/docs/api/storefront/2026-01/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/latest/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/latest/types/customerCreate)