--- title: customerResetByUrl - Storefront API description: > "Resets a customer’s password with the reset password URL received from a reset password email. You can send a reset password email with the [`customerRecover`](https://shopify.dev/api/storefront/latest/mutations/customerRecover) mutation." api_version: 2026-01 api_name: storefront type: mutation api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/mutations/customerResetByUrl' md: >- https://shopify.dev/docs/api/storefront/latest/mutations/customerResetByUrl.md --- # customer​Reset​By​Url mutation Requires `unauthenticated_write_customers` access scope. "Resets a customer’s password with the reset password URL received from a reset password email. You can send a reset password email with the [`customerRecover`](https://shopify.dev/api/storefront/latest/mutations/customerRecover) mutation." ## Arguments * password * resetUrl *** ## Customer​Reset​By​Url​Payload returns * customer * customerAccessToken * customerUserErrors * userErrors: deprecated *** ## Examples * ### customerResetByUrl reference