unit_converter
Convert freight and logistics units including weight, volume, length, and freight-specific calculations like CBM to chargeable weight for accurate shipping quotes.
Instructions
Convert between freight and logistics units.
Supports weight (kg, lbs, oz, tonnes, short_tons, long_tons), volume (cbm, cuft, cuin, litres, gal_us, gal_uk), length (cm, inches, m, feet, mm), and freight-specific conversions (cbm→chargeable_kg, cbm→freight_tonnes).
Use this tool when you need to:
Convert between metric and imperial units
Calculate freight tonnes from CBM (1 CBM = 1 freight tonne = 1,000 kg)
Convert CBM to chargeable weight for air freight quoting
Note: Short tons (US) = 2,000 lbs. Long tons (UK) = 2,240 lbs. Metric tonnes = 2,204.6 lbs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The value to convert | |
| from | Yes | Source unit code (e.g., "kg", "cbm", "cm") | |
| to | Yes | Target unit code (e.g., "lbs", "cuft", "inches") |