pallet_plan
Compute cases per pallet and pallets per container for any case size, pallet standard, and container type, then compare palletized vs floor-loaded cube utilization and handling trade-offs.
Instructions
Optimize PALLETIZATION across the full chain product → case → pallet → container (distinct from the box→container load optimizer). Give a case (carton) size & weight, a pallet standard (EUR 1200×800, EUR2 1200×1000, US/GMA 48×40, AU 1165) and a container, and it computes: cases per pallet (best layer pattern from both case orientations + pinwheel × layers, capped by the pallet weight AND the container height), pallets per container (floor footprint × single-vs-double-stack under the ceiling, capped by payload), and the % container CUBE UTILISATION. It then contrasts PALLETIZED vs FLOOR-LOADED: floor-loading reclaims the ~12–18% cube a pallet wastes (deck + top-air + footprint rounding) but is ~4× slower to handle and bruises more cargo — the real trade-off, quantified in extra cases and cube points. Pass a total case count for the pallets/containers your shipment needs. Honest (regla 7): INDICATIVE rectangular-packing geometry capped by weight/height — not a stow guarantee; real patterns depend on crush strength, interlocking and overhang. PREMIUM: pay per call with x402 (USDC on Base) or a prepaid key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_length_mm | No | Case (carton) length in mm. Optional; default 400. | |
| case_width_mm | No | Case width in mm. Optional; default 300. | |
| case_height_mm | No | Case height in mm. Optional; default 250. | |
| case_weight_kg | No | Case weight in kg. Optional; default 12. | |
| pallet | No | Pallet standard: 'EUR' (1200×800), 'EUR2' (1200×1000), 'US' (48×40), 'AU' (1165). Optional; default EUR. | |
| container_type | No | Container '20ft'/'40ft'/'40HC'/reefer. Optional; default 40HC. | |
| reefer | No | Reefer container. Optional; default false. | |
| allow_double_stack | No | Allow double-stacking pallets if height permits. Optional; default true. | |
| total_cases | No | Total shipment case count → pallets & containers needed. Optional. |