Anchor to CustomerRecoverPayloadCustomer
payloadCustomer Recover Payload
Return type for mutation.
Anchor to FieldsFields
- 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
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- customerRecover (CustomerRecoverPayload)
- •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
ormutation 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 emailemail•String!required
The email address of the customer to recover.
Arguments
Was this section helpful?