Historical inventory levels

Hello,

Using the square inventory API is it possible to pull inventory levels at specific historical points in time? Through the Square dashboard we can only see the active view. However, if you click into a specific item it does show you the history.

Thanks,
Royce

Yes, you can use endpoints such as RetrieveInventoryChanges for a specific item (or BatchRetrieveInventoryChanges for multiple), and it will return a historical count for the item(s).