--- title: CustomerActivateInput - Storefront API description: The input fields to activate a customer. api_version: 2024-10 api_name: storefront type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/CustomerActivateInput md: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/CustomerActivateInput.txt --- # Customer​Activate​Input input\_object The input fields to activate a customer. ## Fields * activation​Token [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The activation token required to activate the customer. * password [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null New password that will be set during activation. *** ## Mutations using this input * [customer​Activate.​input](https://shopify.dev/docs/api/storefront/2024-10/mutations/customerActivate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[customer​Activate.input](https://shopify.dev/docs/api/storefront/2024-10/mutations/customerActivate#argument-input)