Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hello,
I have used 'customerAccessTokenCreate' for logged in customer.
For normal flow of Shopify, when submit login form it redirects to CAPTCHA and liquid 'customer' object gives all data. BUT, I am trying with Storefront API. I can get AccessToken but Shopify does not give use 'customer' object because we haven't inform Shopify to person logged using StoreFront APIs.
Hope you have understand my question.
Ref. https://shopify.dev/custom-storefronts/customer-accounts#create-an-access-token
const mutation = `mutation { customerAccessTokenCreate(input: {email: "${email}", password: "${password}"}) { customerAccessToken { accessToken, expiresAt }, customerUserErrors { code } } }`
Thanks.
Hi there @24by7themes!
I just wanted to let you know I have moved your query here to our dedicated API forums, in order to get you the best chance of a helpful reply!
These forums are moderated and responded to by our developers and partners, so it's really the best place for this subject.
If you haven't already, you can check out our API reference docs on customers here.
Don | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog