{
"data": [
{
"id": "inv_widget001_main",
"warehouse_customer_id": "customer_12345",
"created_date": "2024-01-15T10:00:00Z",
"updated_date": "2024-01-20T14:30:00Z",
"name": "Premium Widget",
"sku": "WIDGET-001",
"unit_cost": 25.00,
"active": true,
"awaiting": 100,
"onhand": 150,
"committed": 25,
"unfulfillable": 5,
"fulfillable": 120,
"unsellable": 0,
"sellable": 150,
"substitute_skus": [],
"inventory_by_warehouse_id": {
"warehouse_main": {
"onhand": 100,
"committed": 15,
"unfulfillable": 3,
"fulfillable": 82,
"unsellable": 0,
"sellable": 100,
"awaiting": 50
},
"warehouse_east": {
"onhand": 50,
"committed": 10,
"unfulfillable": 2,
"fulfillable": 38,
"unsellable": 0,
"sellable": 50,
"awaiting": 50
}
},
"lots": [
{
"lot_id": "LOT-W001-240115",
"onhand": 75,
"expiration_date": "2025-01-15"
}
],
"locations": [
{
"location_id": "A-01-15-02",
"warehouse_id": "warehouse_main",
"quantity": 75
},
{
"location_id": "B-02-08-01",
"warehouse_id": "warehouse_main",
"quantity": 25
}
],
"trackstar_tags": ["high-priority", {"category": "fast-mover"}],
"external_system_url": "https://wms.example.com/inventory/inv_widget001_main",
"additional_fields": {
"custom_field_1": "value1",
"warehouse_notes": "Premium product location"
},
"measurements": {
"length": 12.5,
"width": 8.0,
"height": 4.2,
"unit": "in",
"weight": 2.3,
"weight_unit": "lb"
}
},
{
"id": "inv_gadget002_main",
"warehouse_customer_id": "customer_12345",
"created_date": "2024-01-10T09:00:00Z",
"updated_date": "2024-01-18T16:45:00Z",
"name": "Smart Gadget",
"sku": "GADGET-002",
"unit_cost": 45.00,
"active": true,
"awaiting": 25,
"onhand": 75,
"committed": 10,
"unfulfillable": 0,
"fulfillable": 65,
"unsellable": 0,
"sellable": 75,
"substitute_skus": ["GADGET-002A"],
"inventory_by_warehouse_id": {
"warehouse_main": {
"onhand": 75,
"committed": 10,
"unfulfillable": 0,
"fulfillable": 65,
"unsellable": 0,
"sellable": 75,
"awaiting": 25
}
},
"lots": [],
"locations": [
{
"location_id": "C-03-12-01",
"warehouse_id": "warehouse_main",
"quantity": 75
}
],
"trackstar_tags": ["smart-device"],
"external_system_url": "https://wms.example.com/inventory/inv_gadget002_main",
"additional_fields": {
"electronics_category": "consumer",
"warehouse_notes": "Electronics section"
},
"measurements": {
"length": 6.8,
"width": 3.4,
"height": 1.8,
"unit": "in",
"weight": 0.8,
"weight_unit": "lb"
}
}
],
"next_token": null,
"total_count": 2
}