1
2
3
4
5
6
Warehousing company
3DBinPacking
3
common.products.find-a-box-size.example-1.ilu_description-4
A warehousing company wants to arrange a space for some boxes.
Box details:
[box one - quantity]
[box two - quantity]
[box three - quantity]
The company
needs to know the dimensions of the space the boxes are going to take up in their warehouse.
They send a request to 3DBinPacking with:
– space ID/to set unlimited maximum dimensions, they set a ‘0’ value for each dimension
– box IDs/dimensions (W x H x L) + quantities
They receive the response from 3DBinPacking with:
– the dimensions of the area the products will use
– the final arrangement of the boxes in the space
– step-by-step instructions for arranging the boxes in the space
The warehousing company knows how much area the boxes will take up, they can plan to use the rest of the space for other goods.