Hi everybody, I'm looking at a solution to retrieve the inventory levels of my products in Shopify.
Any idea on how to do it without using an external connector?
Thanks
Did you try the Shopify Quickstart App in the Domo App Store?
Yes, but it's the available inventory cross-location.
seconded here - inventory by location by variant SKU is a need (cross-location//total inventory by product is pretty irrelevant in our case)
Looking for the same
Did anyone find an answer to this minus going direct to the API and not the DOMO connector?
I'm not sure what you are looking for @DMJerry. I thought the responses gave insight into solutions. Shopify has an API that can be called with Domo's API connectors, or through a custom connector.
Inventory
Products
GET /admin/api/2023-01/products.json
GET /admin/api/2023-01/inventory_levels.json
Note: I think Shopify has rate limits of something like 2 requests/second.