{
    "orderId": "PL202004162228916224",
    "status": 1,
    "createdAt": "2022-07-12T14:12:25.367+04:00",
    "deliveryAt": "2022-11-04T06:00:00.000+04:00",
    "hierarchy": "Warehouse",
    "noOfPickups": 1,
    "noOfDrops": 25,
    "totalDistance": 391,
    "totalTransitTime": 865,
    "totalTrips": 5,
    "totalUnconfirmedTrips": 1,
    "totalVehicles": 5,
    "noOfUnassignedShipments": 2,
    "unAssignedShipments": [
        {
            "orderRefNo": "SH1234",
            "origin": "W123",
            "destination": "DEL123",
            "reason": "Insufficient Vehicle Supply"
        },
        {
            "origin": "W123",
            "destination": "PUN123",
            "reason": "Insufficient Vehicle Supply"
        }
    ]
}