I need to create a dashboard with product information from Shopify, but I couldn’t find an API related to product insights. Does anyone know which API can be used for this?
Topic summary
A user needs to build a dashboard displaying Shopify product information but cannot locate a product insights API.
Recommended Solution:
- Use the Shopify Admin API as the primary resource
- Access the Products API for basic product data (names, prices, descriptions)
- Utilize the Analytics API for performance metrics and insights
Implementation Notes:
- Ensure proper API permissions are configured in Shopify settings
- Refer to Shopify’s official developer documentation for implementation guides
The question appears resolved with a clear technical direction provided.
To get product information for your dashboard from Shopify, use the Shopify Admin API. You’ll mainly need the “Products” API to fetch details like names and prices, and the “Analytics” API for insights on how your products are performing.
Make sure your API permissions are set up in Shopify to access this data. You can find easy guides on how to use these APIs in the Shopify developer documentation on their website.
Hope this helps you build your dashboard!