--- 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. *** ## Map ### Mutations with this payload * [customer​Create](https://shopify.dev/docs/api/storefront/unstable/types/customerCreate)