Anchor to customerRecovercustomer
mutationcustomer Recover
Requires access scope.
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 or
mutation to reset the
customer password.
This mutation is throttled by IP. With private access,
you can provide a instead of the request IP.
The header is case-sensitive and must be sent as
.
Make sure that the value provided to is trusted. Unthrottled access to this
mutation presents a security risk.
Anchor to Arguments
Arguments
- Anchor to emailemail•String!required
The email address of the customer to recover.
Was this section helpful?
- 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.
Was this section helpful?