Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
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.
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.