API Factory · Pilot Tool

Cartonisation Lab

Disconnected proof-of-concept for SKU dimensions, package rules, and box/satchel recommendation before label print.

Static prototype · no live integrations yet

1. SKU catalogue

Import a CSV or add SKUs manually. Expected columns: sku,length_mm,width_mm,height_mm,weight_g,fragile,can_rotate

SKULWHgFragileRotate

2. Packaging catalogue

Editable AusPost starter templates are preloaded for experimentation. Verify dimensions before any real-world use.

UseNameCodeTypeLWHEmpty gMax g

3. Packing rules

4. Build test order

SKUQty

Recommendation

The first pass uses a custom heuristic packer for boxes and a simpler thickness/fit model for satchels.

Waiting for test
Run a test order to see the recommendation.

Why this package

    Alternatives tested

    PackageStatusWeightUtilisation

    3D visualisation

    Simple isometric diagram of the selected layout. Satchels are shown as a flat envelope view.

    Notes on the guts

    Now: this prototype uses a custom JavaScript heuristic so we can test the logic quickly in a static app with no backend dependencies.

    Later: we can compare or swap in stronger packing engines such as Python-based 3D bin packing libraries if the first-pass logic proves valuable but needs better edge-case handling.