Packing Optimization Example implementation


Information: This webpage is exclusively driven by the features accessible through Packing Optimizer APIs, ensuring that any user can fully replicate it.

This implementation provides a user interface to enter the necessary data, which is then sent to the Packing Optimizer APIs to optimize packing.

First, the bin and item data is sent to the packToBin endpoint to retrieve packing metrics. The retrieved packing metrics can then be used to optimize logistic processes including but not limited to:

  1. Transport planning decisions
  2. Freight quotation requests
  3. Order packing and consolidation

Secondly, the just received packing result is immediately sent to the visualizeBin endpoint to retrieve the visualization of our packed bin, which is then directly rendered onto the webpage.

Example api flow
logistics - Packing optimization
Bin
Type
Width
Depth
Height
maxWeight


Wonder what we can do for you? Get in touch.
Items
Id Width Depth Height Weight Quantity

                
Metrics
requiredNrOfBins
totalVolumeUtil
totalWeightUtil
unfittedItems
Visualization