--- title: CustomerActivatePayload - Storefront API description: Return type for `customerActivate` mutation. api_version: 2025-10 api_name: storefront type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/payloads/CustomerActivatePayload md: >- https://shopify.dev/docs/api/storefront/latest/payloads/CustomerActivatePayload.md --- # Customer​Activate​Payload payload Return type for `customerActivate` mutation. ## Fields * customer [Customer](https://shopify.dev/docs/api/storefront/latest/objects/Customer) Token access required The customer object. * customer​Access​Token [Customer​Access​Token](https://shopify.dev/docs/api/storefront/latest/objects/CustomerAccessToken) Token access required A newly created customer access token object for the customer. * 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​Activate](https://shopify.dev/docs/api/storefront/latest/mutations/customerActivate) mutation Activates a customer. *** ## Map ### Mutations with this payload * [customer​Activate](https://shopify.dev/docs/api/storefront/latest/types/customerActivate)