suggest_containers
Given total cargo volume (m³) and weight (kg), suggest how many of which container to use — a quick volume/weight estimate. For an exact, dimension-aware plan with utilization, CoG and securing, use plan_load (which can also auto right-size).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volumeM3 | Yes | Total cargo volume in cubic metres | |
| weightKg | Yes | Total cargo weight in kilograms |