container_lookup
Retrieve ISO shipping container specifications and calculate loading capacity for 10 container types. Get dimensions, weight limits, and determine how many pallets or items fit inside based on provided measurements.
Instructions
Get ISO shipping container specifications and calculate loading.
Covers 10 container types: 20ft standard, 40ft standard, 40ft high-cube, 20ft/40ft reefer, 20ft/40ft open-top, 20ft/40ft flat-rack, and 45ft high-cube.
Use this tool when you need to:
Get internal dimensions, capacity (CBM), and weight limits
Find how many euro/GMA pallets fit in a container
Calculate how many items of a given size fit inside
Provide a container type for specs. Add item dimensions (l, w, h in cm) to calculate loading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Container slug (e.g., "20ft-standard", "40ft-high-cube"). Omit to list all types. | |
| item_length_cm | No | Item length in cm (for loading calculation) | |
| item_width_cm | No | Item width in cm | |
| item_height_cm | No | Item height in cm | |
| item_weight_kg | No | Item weight in kg | |
| item_quantity | No | Number of items |