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