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.
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023