--- title: CustomerRecoverPayload - Storefront API description: Return type for `customerRecover` 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/CustomerRecoverPayload md: >- https://shopify.dev/docs/api/storefront/2025-01/payloads/CustomerRecoverPayload.md --- # Customer​Recover​Payload payload Return type for `customerRecover` mutation. ## Fields * 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​Recover](https://shopify.dev/docs/api/storefront/2025-01/mutations/customerRecover) mutation Sends a reset password email to the customer. The reset password email contains a reset password URL and token that you can pass to the [`customerResetByUrl`](https://shopify.dev/api/storefront/latest/mutations/customerResetByUrl) or [`customerReset`](https://shopify.dev/api/storefront/latest/mutations/customerReset) mutation to reset the customer password. This mutation is throttled by IP. With private access, you can provide a [`Shopify-Storefront-Buyer-IP`](https://shopify.dev/api/usage/authentication#optional-ip-header) instead of the request IP. The header is case-sensitive and must be sent as `Shopify-Storefront-Buyer-IP`. Make sure that the value provided to `Shopify-Storefront-Buyer-IP` is trusted. Unthrottled access to this mutation presents a security risk. *** ## Map ### Mutations with this payload * [customer​Recover](https://shopify.dev/docs/api/storefront/2025-01/types/customerRecover)