StoreFront API

tomasperalta
Tourist
5 0 1

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.

Replies 3 (3)

vix
Shopify Staff
540 103 121

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.

tomasperalta
Tourist
5 0 1

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.

tomasperalta
Tourist
5 0 1

Hey Vix, did you have the chance to check this? I'd really appreciate the help.

Thanks!