Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Connection to API Shopify

Connection to API Shopify

serap
Visitor
1 0 0

Hello Everyone,

 

I would like to know if it is possible to connect to the Shopify API to retrieve my customers' data (personal data, invoices) to use them on another platform. Indeed, I would like them to be able to connect to another platform with their Shopify credentials and retrieve their data (invoices, orders) this will save them from creating a second account.

Is it possible ? And if so, how can I proceed (API, Web Hook, others)?

Thanks.
I would like to know if it is possible to connect to the Shopify API to retrieve my customers' data (personal data, invoices) to use them on another platform. Indeed, I would like them to be able to connect to another platform with their Shopify credentials and retrieve their data (invoices, orders) this will save them from creating a second account.

Is it possible ? And if so, how can I proceed (API, Web Hook, others)?

Thanks.

Reply 1 (1)

francesco_gs
Shopify Partner
73 6 11

Hi there, 

you can create a Custom APP from your admin backend (Apps -> Develop Apps -> Create App) and use the api token given to make api calls from your code to get data from Shopify. 

This is of course a very generic answer, your experience may need according to the specific operations and data you need to get and manipulate.