customer Recover
Requires access scope.
Sends a reset password email to the customer. The email contains a reset password URL and token that you can pass to the or mutation to reset the customer's password.
This mutation is throttled by IP. With private access, you can provide a header instead of the request IP. The header is case-sensitive.
Ensure the value provided to is trusted. Unthrottled access to this mutation presents a security risk.
Ensure the value provided to is trusted. Unthrottled access to this mutation presents a security risk.
Caution: Ensure the value provided to <code><span class="PreventFireFoxApplyingGapToWBR">Shopify-Storefront-Buyer-I<wbr/>P</span></code> is trusted. Unthrottled access to this mutation presents a security risk.
Arguments
- email (String!)
- Anchor to emailemail•String!required
The email address of the customer to recover.
- customerUserErrors ([CustomerUserError!]!)
- userErrors ([UserError!]!): deprecated
- Anchor to customerUserErrorscustomer•[Customer
User Errors User Error!]! non-null The list of errors that occurred from executing the mutation.
- Anchor to userErrorsuser•[User
Errors Error!]! non-nullDeprecated The list of errors that occurred from executing the mutation.