You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lightspeed Retail API Developers
Hi,
I am trying to pull all the inventory entries from our account. The inventory listing api is giving me inventoryID only and the detail api is also giving me just the same response.
eg: {u'@attributes': {u'count': u'1'}, u'Inventory': {u'inventoryID': u'370394', u'itemID': u'6429'}}. How can i get the Qty in details of an inventory ? This detail is crucial for us. I am using this api documentation http://developers.lightspeedhq.com/retail/endpoints/Inventory/
tby...@gmail.com
unread,
Jul 26, 2017, 11:06:30 PM7/26/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lightspeed Retail API Developers
This information is not available through the API, seriously.
You can load_relations=["Item.ItemShops"] but no magic will be applied to ItemShop qoh. That is global information unrelated to the specific inventoryID so no different than just pulling the Items endpoint.