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.