--- title: CustomerResetInput - Storefront API description: The input fields to reset a customer's password. 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/CustomerResetInput md: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/CustomerResetInput.txt --- # Customer​Reset​Input input\_object The input fields to reset a customer's password. ## Fields * password [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null New password that will be set as part of the reset password process. * reset​Token [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The reset token required to reset the customer’s password. *** ## Mutations using this input * [customer​Reset.​input](https://shopify.dev/docs/api/storefront/2024-10/mutations/customerReset#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[customer​Reset.input](https://shopify.dev/docs/api/storefront/2024-10/mutations/customerReset#argument-input)