Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

CustomerRecover not returning token it returns only userErrors #195

Open
RupamShaw opened this issue Dec 10, 2021 · 1 comment
Open

CustomerRecover not returning token it returns only userErrors #195

RupamShaw opened this issue Dec 10, 2021 · 1 comment

Comments

@RupamShaw
Copy link

Storefront https://shopify.dev/api/storefront/reference/customers/customerreset
CustomerReset needs token
But https://shopify.dev/api/storefront/reference/customers/customerrecover
CustomerRecover not returning token

@corygibbons
Copy link

customerRecover will send an email to the customer with a url to reset their password that looks like: https://yourdomain.com/account/reset/customerId/resetToken.

You can either extract the token from the url to use in customerReset or there is customerResetByUrl where you can supply the entire url.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants