Finding Changes in Inventory

in Tutorials
Items' inventory levels are stored in ItemShop records that can be loaded as a relation on the Item endpoint. We can filter the ItemShop timestamps to get items whose inventory quantities has changed in a specific time period.
/Item.json?load_relations=["ItemShops"]&ItemShops.timeStamp=>,2017-06-14T00:00:00The above example will return all items whose inventory has changed since 12:00 AM UTC on 2017-06-14.
James Ratcliffe
Lightspeed HQ
Lightspeed HQ
1 comment
Query:
https://api.lightspeedapp.com/API/Account/xxx/Item.json?load_relations=["ItemShops"]&itemShops.timeStamp=>,2018-08-28T11:44:19+00:00
Edit: Figured this out. I had a lowercase "i" in itemShops.timeStamp.