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