# CustomerResetInput - storefront - INPUT_OBJECT Version: 2025-01 ## Description The input fields to reset a customer's password. ### Access Scopes ## Fields * [password](/docs/api/storefront/2025-01/scalars/String): String! - New password that will be set as part of the reset password process. * [resetToken](/docs/api/storefront/2025-01/scalars/String): String! - The reset token required to reset the customer’s password. ## Input objects with this input object * [customerReset](/docs/api/storefront/2025-01/mutations/customerReset) ## Examples