Skip to main content
mutation

Requires unauthenticated_write_customers access scope.

"Resets a customer’s password with the token received from a reset password email. You can send a reset password email with the customerRecover mutation."

ID!required

Specifies the customer to reset.

CustomerResetInput!required

The fields used to reset a customer’s password.


Was this section helpful?

Anchor to CustomerResetPayload returnsCustomerResetPayload returns

Customer

The customer object which was reset.

CustomerAccessToken

A newly created customer access token object for the customer.

[CustomerUserError!]!non-null

The list of errors that occurred from executing the mutation.

[UserError!]!non-nullDeprecated

The list of errors that occurred from executing the mutation.


Was this section helpful?