Customer Storefront API Login & Register in Store (not handless)

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.