--- title: CustomerRecoverPayload - Storefront API description: Return type for `customerRecover` mutation. api_version: 2025-04 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-04/payloads/customerrecoverpayload md: https://shopify.dev/docs/api/storefront/2025-04/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-04/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-04/objects/UserError) non-nullDeprecated *** ## Mutations with this payload * [customer​Recover](https://shopify.dev/docs/api/storefront/2025-04/mutations/customerRecover) mutation Sends a reset password email to the customer. The email contains a reset password URL and token that you can pass to the [`customerResetByUrl`](https://shopify.dev/docs/api/storefront/2025-04/mutations/customerResetByUrl) or [`customerReset`](https://shopify.dev/docs/api/storefront/2025-04/mutations/customerReset) mutation to reset the customer's password. This mutation is throttled by IP. With private access, you can provide a [`Shopify-Storefront-Buyer-IP` header](https://shopify.dev/docs/api/usage/authentication#optional-ip-header) instead of the request IP. The header is case-sensitive. *** **Caution:** Ensure the value provided to \\Shopify-Storefront-Buyer-I\P\\ is trusted. Unthrottled access to this mutation presents a security risk. *** * email [String!](https://shopify.dev/docs/api/storefront/2025-04/scalars/String) required ### Arguments The email address of the customer to recover. *** *** ## Map ### Mutations with this payload * [customer​Recover](https://shopify.dev/docs/api/storefront/2025-04/types/customerRecover)