A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, good afternoon, I have a web application in php, and I want to connect to a store that I have in shopify and get the list of products sold in a period, is it possible? Where can I find the documentation? Thank you
This can be retrieved via the Shopify Admin portal under Analytics/Reports/Sales by Product
If you are asking whether you can get this via an API, you cannot without traversing the Admin API yourself.