shipment_summary
Calculates CBM, weight, LDM, ADR compliance, and UK duty estimates for multi-item shipments by transport mode. Provides a comprehensive shipment analysis in a single API call.
Instructions
Composite endpoint — chains CBM, weight, LDM/volumetric/W&M, ADR compliance, and UK duty estimation into one response.
The flagship composite tool. Accepts multiple items with a transport mode and returns comprehensive calculations. Road mode includes LDM, pallet spaces, and vehicle suggestion. Air mode includes volumetric weight. Sea mode includes revenue tonnes and container suggestion. All modes include ADR compliance checks and UK duty estimates when HS codes and customs values are provided.
Use this tool when you need a complete shipment analysis in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Transport mode | |
| items | Yes | Array of shipment items with dimensions, weight, and optional HS/UN codes | |
| origin | No | Origin location — ISO country code and optional UN/LOCODE | |
| destination | No | Destination location — ISO country code and optional UN/LOCODE | |
| incoterm | No | Incoterms 2020 three-letter code (e.g. 'DAP', 'EXW', 'FOB') | |
| freight_cost | No | Optional freight cost in GBP for duty calculation | |
| insurance_cost | No | Optional insurance cost in GBP for duty calculation |