App reviews, troubleshooting, and recommendations
I would like to directly retrieve report data through an API interface, instead of using the REST API to fetch order data for relevant statistics.
Solved! Go to the solution
This is an accepted solution.
Have you looked at ShopifyQL?
https://shopify.engineering/shopify-commerce-data-querying-language-shopifyql
This is an accepted solution.
Have you looked at ShopifyQL?
https://shopify.engineering/shopify-commerce-data-querying-language-shopifyql
Thank you very much. I use ShopifyQL, but I still cannot view some of the data in the report. I accessed the shopify backend report and found the corresponding network request and the corresponding ShopifyQL statement through the Google Chrome developer tools, such as SHOW total_sessions, total_carts, total_checkouts, total_orders_placed, total_conversion FROM visits SINCE yesterday UNTIL yesterday LIMIT 1000, I changed it to FROM visits SHOW total_sessions, total_carts, total_checkouts, total_orders_placed, total_conversion SINCE yesterday UNTIL yesterday, prompting that visits is an invalid dataset in the FROM clause. See documentation for [available datasets](https://shopify.dev/api/shopifyql/datasets). I checked the link and found that there are only 3 types of Datasets.
Hi. I'm having the same issue, have you found a solution? Is it possible to get these reports or is it only possible to get these three resources?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025