--- title: CustomerResetInput - Storefront API description: The input fields to reset a customer's password. api_version: 2025-10 api_name: storefront type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/input-objects/CustomerResetInput md: >- https://shopify.dev/docs/api/storefront/latest/input-objects/CustomerResetInput.md --- # Customer​Reset​Input input\_object The input fields to reset a customer's password. ## Fields * password [String!](https://shopify.dev/docs/api/storefront/latest/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/latest/scalars/String) non-null The reset token required to reset the customer’s password. *** ## Map No referencing types