{
"data": {
"id": "inbound_shipment_abc123",
"warehouse_customer_id": "customer_12345",
"created_date": "2024-01-18T10:00:00Z",
"updated_date": "2024-01-20T15:30:00Z",
"purchase_order_number": "PO-2024-001",
"status": "received",
"raw_status": "fully_received",
"supplier": "ACME001",
"supplier_object": {
"supplier_id": "ACME001",
"supplier_name": "Acme Suppliers Inc"
},
"expected_arrival_date": "2024-01-20T09:00:00Z",
"warehouse_id": "warehouse_main",
"line_items": [
{
"inventory_item_id": "inv_widget001_main",
"sku": "WIDGET-001",
"expected_quantity": 100,
"received_quantity": 100,
"unit_cost": 25.00,
"external_id": "WIDGET-001-ACME"
},
{
"inventory_item_id": "inv_gadget002_main",
"sku": "GADGET-002",
"expected_quantity": 50,
"received_quantity": 50,
"unit_cost": 45.00,
"external_id": "GADGET-002-ACME"
}
],
"receipts": [
{
"id": "receipt_001",
"arrived_date": "2024-01-20T10:15:00Z",
"line_items": [
{
"inventory_item_id": "inv_widget001_main",
"sku": "WIDGET-001",
"quantity": 100
},
{
"inventory_item_id": "inv_gadget002_main",
"sku": "GADGET-002",
"quantity": 50
}
]
}
],
"ship_from_address": {
"address1": "100 Supplier Blvd",
"address2": null,
"address3": null,
"city": "Supplier City",
"state": "CA",
"postal_code": "90210",
"country": "US"
},
"tracking_numbers": ["1234567890"],
"notes": ["Priority shipment - expedite receiving", "All items received in good condition"],
"external_system_url": "https://wms.example.com/inbound/inbound_shipment_abc123",
"trackstar_tags": ["priority", {"supplier": "acme"}],
"additional_fields": {
"supplier_contact": "jane.doe@acme.com",
"special_handling": "fragile"
}
}
}