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