Back to Blog
Logistics Automation

Empty Space Costs Money: Cartonization Optimization and Packaging Data Under Overpackaging Rules

With overpackaging rules and dimensional-weight freight applying pressure at the same time, carton selection has to become a data-driven calculation rather than a packer's gut call. This post walks through item master dimension audits, cartonization logic design in a WMS, and the records needed for compliance.

POLYGLOTSOFT Tech Team2026-09-078 min read0
CartonizationPackaging OptimizationOverpackaging RegulationDimensional WeightLogistics Cost

Box Selection Should Be a Calculation, Not a Gut Call

For years, choosing a shipping box has been left to the packer's judgment. Today that decision is squeezed from two directions at once: regulation and cost.

Korea's packaging rules set limits on packaging space ratio and number of packaging layers for product packaging, and the regulatory trend has extended similar management requirements to shipping and parcel packaging. Once grace periods expire, penalties for exceeding the thresholds become a real exposure. But for most operations, the more urgent issue is not the regulation — it is the cost already being incurred.

Parcel freight is frequently billed on dimensional weight rather than actual weight. Under the common conversion (L × W × H in cm ÷ 5000 or ÷ 6000), a 40 × 30 × 30 cm carton holding 2 kg of product bills as 7.2 kg on the ÷5000 basis. On top of that, void fill is consumed to fill the empty space, and trailer cube utilization drops as well.

Packers prefer larger boxes for rational reasons: less time deciding, and fewer damage claims when there is slack around the goods. The problem is that the cost of that choice never appears in the packing station's KPIs — it lands on transportation and waste-disposal budgets in another department.

What You Need Before You Can Calculate the Right Box

Every calculation rests on the item master

No matter how sophisticated the cartonization algorithm, wrong SKU dimensions produce worthless output. The classic contaminants are vendor-supplied specs copied in without measurement, and records that mix each-level dimensions with case-level dimensions.

Audit in this order:

  • Missing data: SKUs where length, width, or height is zero or NULL
  • Outliers: SKUs with implausible weight-to-volume ratios (for example, density below 0.05 g/cm³ or above 2.0 g/cm³)
  • Suspicious duplicates: multiple SKUs sharing identical dimensions — usually a copied default
  • Prioritizing physical measurement is straightforward. Sort by shipment count over the last three months × flagged status, and measuring only the top 300–500 SKUs typically covers 70–80% of order lines.

    Multi-item packing calls for approximation

    Fitting several items into one carton is a 3D bin packing problem, and finding the true optimum is NP-hard. Operations do not need the optimum — they need a good enough answer within 200 ms.

  • Filter candidate cartons by total volume first (sum of item volume × 1.15 ≤ interior carton volume)
  • Verify fit with a First-Fit Decreasing style heuristic that places the largest items first
  • Check longest-edge constraints separately, so items that fit by volume but not by geometry are caught
  • Designing Cartonization into a WMS or OMS

    When should the box be decided?

    Deciding at order confirmation lets you quote freight up front, but stockouts and split shipments force recalculation. Deciding at pick completion reflects what was actually picked and is more accurate, but sends the packer walking for a different carton at the bench.

    A two-stage structure works best: compute a provisional carton at order confirmation for freight quoting and material forecasting, then recompute a confirmed carton at pick completion and print it on the packing instruction.

    More box sizes is not strictly better

    Expanding from 8 to 20 carton sizes improves the average space ratio, but it also spreads carton storage across the packing bench and adds 3–5 seconds per order to carton retrieval. At 3,000 orders a day that is 2.5–4 additional labor hours. In practice, 10–14 sizes is often the balance point.

    Manage exceptions as data, not as code

    Extra cushioning thickness for fragile items, volume occupied by coolants for chilled and frozen goods, prohibited co-loading combinations for hazardous materials — these rules change constantly. Encoding them as conditionals in source means a deployment for every rule change. Design a rules table with a priority column so operators can edit them from a screen.

    Automated packaging equipment uses different logic

    With auto-erectors or on-demand boxing machines, calculation assumes variable height, or variable in all three dimensions, rather than a fixed size list. The carton-count constraint disappears, but machine throughput and corrugated web width become the new limits.

    Evidence and Measurement for Compliance

    Explaining after the fact whether you exceeded a threshold requires records. At pack completion, log the order number, carton size used, total item volume, calculated space ratio, void fill type and quantity, packer, and timestamp together. With that data you can respond to an inquiry with full-population evidence rather than a sample.

    Because void fill type changes how occupied volume is assessed, maintain per-material volume coefficients — paper fill, bubble wrap, air pillows — in a master table. Measurement hardware is not a day-one requirement. Start with weekly sample measurement, and only when the gap between calculated and measured values exceeds 5% in a given segment does automated dimensioning equipment justify its cost.

    Verifying the Impact and Sequencing the Rollout

    Smaller cartons pay back in three ways: dropping a dimensional weight bracket cuts freight per order directly, higher trailer cube utilization raises volume per run, and void fill consumption falls. Shrinking 40 × 30 × 30 cm to 30 × 25 × 20 cm reduces dimensional weight from 7.2 kg to 3.0 kg — roughly 58%.

    Roll out in stages, starting with the highest-volume SKUs. For the first three months, these four metrics are enough:

  • Average packaging space ratio (%) — the compliance metric
  • Average dimensional weight per order (kg) — the freight savings metric
  • Median packing time (seconds per order) — the floor burden check
  • Damage claim rate (%) — the downside check on smaller cartons
  • The POLYGLOTSOFT Approach

    POLYGLOTSOFT recommends adding a cartonization optimization module alongside your existing WMS rather than replacing it. Item master dimension diagnostics, approximate multi-item packing, an exception rule management screen, and packing history compliance reports connect over APIs and sit on top of your current system. Delivered as a subscription development engagement, this lets you expand functionality month by month without a large upfront build cost, while validating the metrics together. If you would like to start with a diagnostic of your packaging data, please get in touch.

    Need Technical Consultation?

    Our expert consultants in smart factory, AI, and logistics automation will analyze your requirements.

    Request Free Consultation