Query Inventory History Events
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
Authentication using Personal Access Token (PAT) token or OAuth2
Query parameters
Request
Required. The ShipBob fulfillment center ID where the inventory events occurred. To find available facility IDs, use the Get Fulfillment Centers endpoint.
Optional. Pagination cursor using the inventory_audit_event_id from the previous response. Returns events after this ID.
Recommended. Filter by event type: OrderPicked, InventoryAdjusted, InventoryFacilityUpdated, AttributeUpdated, InventoryReceived, InventoryRestocked, ReceivingStow, or KittingStow.

