Hello,
Im trying to develop an external web app that needs access to data like sales, revenue, customers, orders etc. to make calculations about expenses
The goal i want to achieve:
-
user adds an app from shopify marketplace to his shop
-
on the external web app, user can log-in and see the data about his store, that he added the shopify embedded app to.
And my question here is:
How i can achieve this data in external app? How would look like the communication between the shopify embedded app, and my external web app?
I want it to be public app, so it should work like every user can add app to his store, and then log-in on external service to see data about their shop.
I assume there is some type of authentication, but how would it work?
What i have read is that we can access stores in private apps, by getting api secret key and selecting a shop name in the URL, but this is not my solution.
There is no need for any frontend on shopify embedded app. It should work only as a connector to external app, to provide the needed data
Thanks a lot for help, have a nice day