Endpoints relating to ContainerLoadResult objects. A container load result is a digitization of the packing list(s) on a shipment that has been validated against your purchase orders. The ContainerLoadResult endpoints need special permission to access. Please contact your Flexport Sales representative if you are interested in using these endpoints.
Success
{- "_object": "/container_load_result",
- "id": 123,
- "groups": [
- {
- "_object": "/container_load_result_group",
- "total_packages": 2,
- "total_packed_units": 10,
- "total_weight_kg": 1000,
- "total_volume_cbm": 1000,
- "container_info": {
- "container_number": 1234567890,
- "seal_number": 1234567890,
- "container_size": "twenty_ft",
- "container_type": "dry"
}, - "packages": [
- {
- "_object": "/container_load_result_package",
- "count": 2,
- "unit_of_measure": "BX",
- "gross_weight_kg": 1000,
- "net_weight_kg": 1000,
- "gross_volume_cbm": 1000,
- "items": [
- {
- "_object": "/container_load_result_item",
- "units": 10,
- "purchase_order_line_item": {
- "_object": "/api/refs/object",
- "ref_type": "/purchase_orders/line_item",
- "id": 1234
}
}
]
}
]
}
]
}