App reviews, troubleshooting, and recommendations
In my python script, I get the first product in my store and then I use the product id to get the inventory information:
id = shopify.Product.find(limit=1)[0].id
shopify.InventoryItem.find(ids=id)
The returned id is valid but when I attempt to call InventoryItem, an empty list is returned. Why is this happening? I have the access_scopes set to 'read_inventory'
shopify.Session(shop_url='url', version="2023-01", token='my_token', access_scopes=["read_inventory"])
Thanks.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025