cURL
curl --request GET \ --url https://sandbox-api.shipbob.com/2026-01/inventory-level/{inventoryId}/lots \ --header 'Authorization: Bearer <token>'
{ "inventory_id": 0, "lots": [ { "awaiting_quantity": 0, "committed_quantity": 0, "fulfillable_quantity": 0, "internal_transfer_quantity": 0, "locations": [ { "awaiting_quantity": 0, "committed_quantity": 0, "fulfillable_quantity": 0, "internal_transfer_quantity": 0, "location_id": 0, "name": "string", "on_hand_quantity": 0 } ], "lot_date": "2019-08-24T14:15:22Z", "lot_number": "string", "on_hand_quantity": 0 } ], "name": "string", "sku": "string" }
Retrieves inventory levels for a specific inventory item broken down by lot number. Useful for tracking inventory by manufacturing lot, expiration date, or batch information.
Authentication using Personal Access Token (PAT) token
OK
Unique identifier for the inventory item
List of lot numbers and their respective inventory quantities
Show child attributes
Name of the inventory item
Stock keeping unit identifier