TianfuXinqu's picture
Preprocess: upload shipment batch
c07c50f verified
Raw
History Blame Contribute Delete
3.33 kB
{
"batch_id": "BATCH-2026-0815-2026-08-15T13:30:00TSaturday",
"currency": "USD",
"shipments": [
{
"shipment_id": "SH-1001",
"customer_id": "C-2001",
"customer_tier": "gold",
"weight_kg": 8.5,
"distance_km": 240.0,
"priority": "standard",
"hazardous": false,
"insured_value": 0.0,
"days_late": 0
},
{
"shipment_id": "SH-1002",
"customer_id": "C-2002",
"customer_tier": "bronze",
"weight_kg": 120.0,
"distance_km": 800.0,
"priority": "express",
"hazardous": false,
"insured_value": 5000.0,
"days_late": 2
},
{
"shipment_id": "SH-1003",
"customer_id": "C-2003",
"customer_tier": "gold",
"weight_kg": 950.0,
"distance_km": 1500.0,
"priority": "express",
"hazardous": true,
"insured_value": 20000.0,
"days_late": 0
},
{
"shipment_id": "SH-1004",
"customer_id": "C-2004",
"customer_tier": "silver",
"weight_kg": 22.0,
"distance_km": 120.0,
"priority": "standard",
"hazardous": false,
"insured_value": 0.0,
"days_late": 0
},
{
"shipment_id": "SH-1005",
"customer_id": "C-2005",
"customer_tier": "bronze",
"weight_kg": 5.0,
"distance_km": 60.0,
"priority": "standard",
"hazardous": true,
"insured_value": 1000.0,
"days_late": 0
},
{
"shipment_id": "SH-1006",
"customer_id": "C-2006",
"customer_tier": "gold",
"weight_kg": 320.0,
"distance_km": 2400.0,
"priority": "express",
"hazardous": false,
"insured_value": 8000.0,
"days_late": 5
},
{
"shipment_id": "SH-1007",
"customer_id": "C-2007",
"customer_tier": "silver",
"weight_kg": 450.0,
"distance_km": 3000.0,
"priority": "express",
"hazardous": false,
"insured_value": 15000.0,
"days_late": 0
},
{
"shipment_id": "SH-1008",
"customer_id": "C-2008",
"customer_tier": "bronze",
"weight_kg": 75.0,
"distance_km": 500.0,
"priority": "standard",
"hazardous": false,
"insured_value": 0.0,
"days_late": 1
},
{
"shipment_id": "SH-1009",
"customer_id": "C-2009",
"customer_tier": "gold",
"weight_kg": 1200.0,
"distance_km": 4500.0,
"priority": "standard",
"hazardous": true,
"insured_value": 50000.0,
"days_late": 0
},
{
"shipment_id": "SH-1010",
"customer_id": "C-2010",
"customer_tier": "silver",
"weight_kg": 15.0,
"distance_km": 200.0,
"priority": "standard",
"hazardous": false,
"insured_value": 0.0,
"days_late": 0
},
{
"shipment_id": "SH-1011",
"customer_id": "C-2011",
"customer_tier": "bronze",
"weight_kg": 55.0,
"distance_km": 350.0,
"priority": "express",
"hazardous": true,
"insured_value": 3000.0,
"days_late": 3
},
{
"shipment_id": "SH-1012",
"customer_id": "C-2012",
"customer_tier": "gold",
"weight_kg": 2600.0,
"distance_km": 6000.0,
"priority": "standard",
"hazardous": false,
"insured_value": 100000.0,
"days_late": 0
}
]
}