Skip to main content
mutation

Requires unauthenticated_write_customers access scope.

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

String!
required

New password that will be set as part of the reset password process.

URL!
required

The customer's reset password url.


Was this section helpful?

Anchor to CustomerResetByUrlPayload returnsCustomerResetByUrlPayload 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?