Covers all questions related to inventory management, order fulfillment, and shipping.
Hello, I would like to ask if it is possible to download via API costs of product for historical time periods what is seen in the attached picture from shopify app. Is it possible?
Hi Jakub,
Have you looked into whether this data is available with ShopifyQL?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
I have investigated REST API and there is in the inventory enpoint only information about cost in current date, but I need historical prices and these I haven't found.
https://shopify.dev/docs/api/admin-rest/2023-10/resources/inventoryitem#get-inventory-items-inventor...
For accessing the data that you'd find in reports on the store admin, you'd typically use the ShopifyQL API: https://shopify.dev/docs/api/shopifyql
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
And could you please send me a simple example of the query which returns the costs grouped by products and day? Or link to a similar example. I haven't found any mention of this metric in the documentation if is available.
Could I remind with this issue? Thank you so much.