type
concept
created
Tue Apr 07 2026 02:00:00 GMT+0200 (Central European Summer Time)
updated
Tue Apr 07 2026 02:00:00 GMT+0200 (Central European Summer Time)
sources
raw/articles/PRD
tags
container shipping logistics specifications

Container Types and Weights

abstract
The marketplace uses three container types for paper shipping: 20ft standard (18-22 MT), 40ft standard (24-26 MT), and 40ft high cube (24-28 MT), with weight being the binding constraint rather than volume for paper cargo.

Overview

Container specifications are fundamental to the container assembly algorithm and fill optimization. Paper is a dense commodity, so weight limits are typically reached before volume limits. The marketplace must respect these physical constraints when proposing container loads.

Container Specifications

Container Type Internal Dimensions (L x W x H) Max Payload Paper Capacity Primary Use Case
20ft Standard 5.9m x 2.35m x 2.39m 21,700 kg (21.7 MT) 18-22 MT Small orders, intra-EU truck shipments
40ft Standard 12.0m x 2.35m x 2.39m 26,680 kg (26.68 MT) 24-26 MT Standard international shipping
40ft High Cube 12.0m x 2.35m x 2.69m 26,460 kg (26.46 MT) 24-28 MT Large diameter rolls (extra 30cm height)

Algorithm Target Weights

The container assembly algorithm uses target weight ranges that are more conservative than the hard maximums to account for packaging, dunnage, and loading practicalities:

Container Target Min Target Max Hard Max
20ft 15.0 MT 21.0 MT 21.7 MT
40ft 18.0 MT 26.0 MT 26.68 MT
40ft HC 18.0 MT 26.0 MT 26.46 MT

Minimum utilization is 70% -- the algorithm will not propose a container that is less than 70% full. For a 40ft container (26.68 MT max), this means at least ~18.7 MT.

Loading Considerations

Roll Orientation

Paper rolls can be loaded in two orientations:

Stacking

Protection

Standard Roll Diameters

Roll Type Diameter Range
Full reel 1,200-1,500mm
Partial reel 400-800mm
Standard 800-1,500mm

Weight vs Volume

For paper cargo, weight is almost always the binding constraint. Paper density means that a container will reach its weight limit well before it runs out of physical space. This simplifies the bin-packing problem to primarily a weight-addition problem rather than a 3D spatial packing problem.

The 40ft High Cube provides 30cm more height (2.69m vs 2.39m) but slightly less maximum payload (26.46 MT vs 26.68 MT). It is primarily useful when shipping large-diameter rolls that need the extra stacking height.

Freight Economics

The freight cost per metric ton drops dramatically when a container is fuller:

Scenario Freight Cost Per MT
8 MT in a 40ft container ~EUR1,200 EUR150/MT
26 MT in a 40ft container ~EUR1,200 EUR46/MT

This 69% reduction in per-ton freight cost is the core economic argument for the marketplace's container assembly feature. The container flat rate is roughly the same whether it carries 8 MT or 26 MT -- only the per-ton economics change.

Sources

Related