Applies to: Inventory API
Learn how to retrieve the inventory change history for an item.
To see how an item's inventory has changed over time:
- Use RetrieveInventoryChanges for a single item.
- Use BatchRetrieveInventoryChanges for multiple items.
You can filter the results by location and use these records as an audit log to track all inventory updates.
The following example retrieves the change history of the item variation identified by its ID value of 6F4K33KPNUVDWKZ43KUIFH6K
:
Retrieve inventory changes
The following cURL example retrieves the change history of the item variations identified by their ID values of 6F4K33KPNUVDWKZ43KUIFH6K
and IJBAQDICELYUAUTHM352X3AI
. The input values are specified in the catalog_object_ids
of the request body.
Batch retrieve inventory changes