A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
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.