--- title: CustomerResetByUrlPayload - Storefront API description: Return type for `customerResetByUrl` mutation. api_version: 2025-01 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/payloads/customerresetbyurlpayload md: https://shopify.dev/docs/api/storefront/2025-01/payloads/customerresetbyurlpayload.md --- # Customer​Reset​By​Url​Payload payload Return type for `customerResetByUrl` mutation. ## Fields * customer [Customer](https://shopify.dev/docs/api/storefront/2025-01/objects/Customer) The customer object which was reset. * customer​Access​Token [Customer​Access​Token](https://shopify.dev/docs/api/storefront/2025-01/objects/CustomerAccessToken) A newly created customer access token object for the customer. * customer​User​Errors [\[Customer​User​Error!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/CustomerUserError) non-null The list of errors that occurred from executing the mutation. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/UserError) non-nullDeprecated *** ## Mutations with this payload * [customer​Reset​By​Url](https://shopify.dev/docs/api/storefront/2025-01/mutations/customerResetByUrl) mutation "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." *** ## Map ### Mutations with this payload * [customer​Reset​By​Url](https://shopify.dev/docs/api/storefront/2025-01/types/customerResetByUrl)