Hi everyone!
I’m developing a web application that will serve as a management dashboard for eCommerce data from Shopify. The app needs to:
- Pull inventory data
- Retrieve customer information
- Collect sales statistics
What’s the best way to fetch the required data (inventory, customers, sales) using Shopify’s API?
Are there any specific Shopify API endpoints or SDKs you’d recommend for this use case?
Any guidance, documentation links, or code examples would be greatly appreciated.
Thanks in advance!