Fetches inventory movement events that change on-hand quantities within the ShipBob network. Returns events such as receiving/stow, order picks, adjustments, restocks, and attribute updates. Filter by inventory IDs, event category, date range, and facility. Supports cursor-based pagination for large result sets.
Authentication using Personal Access Token (PAT) token
Optional. Pagination cursor using the inventory_audit_event_id from the previous response. Returns events after this ID.
Optional. End date for filtering events. If omitted, defaults to current date.
Optional. Filter by event type: OrderPicked, InventoryAdjusted, InventoryFacilityUpdated, AttributeUpdated, InventoryReceived, InventoryRestocked, ReceivingStow, or KittingStow.
Required. The ShipBob fulfillment center ID where the inventory events occurred.
Optional. Filter by specific inventory IDs. Returns events for these inventories only.
Optional. Filter by merchant user ID. Returns events associated with this user.
Optional. Start date for filtering events. If omitted, defaults to 90 days ago. Maximum range is 90 days.
OK
Array of inventory history events matching the query criteria.
URL to retrieve the first page of results.
URL to retrieve the last page of results.
URL to retrieve the next page of results. Null if no more results available.
URL to retrieve the previous page of results. Null if on the first page.