Endpoint for item history?

in Development
Is the information thats available through the UI on the Item history tab available at any single endpoint or is it spread across orderlines, transfers, sales, etc?
I'm just curious if I can save a step by hitting one endpoint vs a whole bunch.
Thanks!
12 comments
Hi @sam123456 You are correct in your assumption that you need to hit multiple endpoints in order to get the detailed information visible in the item history tab. The information in this tab is indeed a collection of data from different endpoints and not stored at any single endpoint.
Lightspeed HQ
Ey @Leah
Thanks for anwering.
I see the data for Sales and Transfers in the API, but not for Manually adjusted quantity.
is still no possible to get this report via API (the inventory logs)?
Can you please tell us how to get the Manual adjusted movements?
Thank you.
Hi again,
I realized that update the inventory using the UI is different than using the API.
We really need to know the complete inventory log via API.
Hi @mainstreet@maizaga,
We've added a new endpoint for Retail, it might help you https://developers.lightspeedhq.com/retail/endpoints/InventoryLog/#get-all-inventory-logs
Thanks @LucienVersendaal
That's what I needed!
Hi @LucienVersendaal
I'm not getting all fields in the response:
I need to know the reason, according to the documentation that field should be there but it is not.
how should I get the rest of the fields shown in the documentation? (not the relations)
@LucienVersendaal can you take a look please?
Hi @maizaga,
Can you share me your accountID?
Hi @LucienVersendaal
Sure, it is 167807
Thanks for your answer
Hi @maizaga,
I just tested it, and I was getting the same response as in our documentation, without any relations.
Same code, different response! Now it's working!!
Thank you very much @LucienVersendaal
Hi @maizaga,
Perfect!
Happy to help.