Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hey! I'm building an e-commerce using Shopify's API to consume data from my products and customers.
I'm using Shopify's Storefront API to create new customers and authenticating them, using the `customerCreate` and `customerAccessTokenCreate` mutations respectively. So far, so good.
In like any other modern application, I need to show the user its personal information stored on the platform: personal details, addresses, payment methods, etc. But, so far, I haven't found how to do this using the access token.
Can you please help me?
Thanks,
Tom.
Tutorial for updating customer data: https://shopify.dev/tutorials/update-customer-data-with-storefront-api
To learn more visit the Shopify Help Center or the Community Blog.
Hi Vix, perhaps I wasn't too clear: the problem is not setting user's information, but GETTING its information once its logged in and I have its access token.
Hey Vix, did you have the chance to check this? I'd really appreciate the help.
Thanks!