Standard Cube Right Size Bin Pack (RSBP) Endpoint
Note
This endpoint will be deprecated in early 2026. CubeRules endpoints or the new Cartonize endpoint should be used as an alternative. See PackNet DIM Cartonize Endpoint for more information.
Generates carton dimensions given a box list (potential carton sizes).
[POST] https://api.prod1.packnet.app/Cube/v1/RightSizeBinPack
Status Codes
200 OK: Command received and processed.
400 Bad request: The request cannot be processed due to apparent client error.
500 Internal server error: The server does not know how to process the request.
{
"orderId": "CBRA4152653_BEA_PSUAT-NEST-07",
"items": [
{
"sku": "11837_BEA_84508482_EACH",
"dimension1": 204,
"dimension2": 201,
"dimension3": 205,
"weight": 178,
"quantity": 6,
"canNest": true,
"nestGrowthDimension1": 0,
"nestGrowthDimension2": 0,
"nestGrowthDimension3": 30,
"nestMaxDimension1": 1000,
"nestMaxDimension2": 400,
"nestMaxDimension3": 410,
"canContain": true,
"containDimension1": 142.128,
"containDimension2": 142.128,
"containDimension3": 175,
"orientationLocked": false,
"isSingleLayer": false
}
],
"containerOptions": {
"minimumDimension1": 199,
"maximumDimension1": 1000,
"incrementDimension1By": 20,
"minimumDimension2": 150,
"maximumDimension2": 400,
"incrementDimension2By": 20,
"minimumDimension3": 80,
"maximumDimension3": 410,
"incrementDimension3By": 20,
"maximumWeight": 14680
},
"selectionOptions": {
"orderBy": "distance",
"cutoffTime": 0,
"shrinkwrap": true,
"maxCartons": 0,
"shrinkwrapMinDim1": 0,
"shrinkwrapMinDim2": 0,
"shrinkwrapMinDim3": 0,
"shrinkwrapMaxDim1": 0,
"shrinkwrapMaxDim2": 0,
"shrinkwrapMaxDim3": 0
},
"limit": 1,
"customFields": {
"clientId": "BEA",
"siteId": "NLSBR01",
"listId": "CBRA4152653",
"taskId": "PSUAT-NEST-07"
}
}
[
{
"containerId": 782,
"timeoutReached": false,
"orderId": "CBRA4152653_BEA_PSUAT-NEST-07",
"packagingResult": {
"isCompletePack": true,
"packedItems": [
{
"id": 0,
"isPacked": true,
"dimension1": 204.0,
"dimension2": 201.0,
"dimension3": 355.0,
"coordinateX": 0.0,
"coordinateY": 0.0,
"coordinateZ": 0.0,
"quantity": 1,
"packedDimensionX": 355.0,
"packedDimensionY": 204.0,
"packedDimensionZ": 201.0,
"volume": 14556420.0,
"canNest": true,
"orientationLocked": false,
"isSingleLayer": false,
"nestGrowthDimension1": 0.0,
"nestGrowthDimension2": 0.0,
"nestGrowthDimension3": 30.0,
"nestMaxDimension1": 1000.0,
"nestMaxDimension2": 400.0,
"nestMaxDimension3": 410.0,
"canContain": true,
"containDimension1": 142.128,
"containDimension2": 142.128,
"containDimension3": 175.0,
"sku": "11837_BEA_84508482_EACH",
"voidContents": {
"containerId": 0,
"timeoutReached": false,
"orderId": null,
"packagingResult": {
"isCompletePack": false,
"packedItems": [],
"packTimeInMilliseconds": 0,
"percentContainerVolumePacked": 0.0,
"percentItemVolumePacked": 0.0,
"unpackedItems": [
{
"id": 0,
"isPacked": false,
"dimension1": 204.0,
"dimension2": 201.0,
"dimension3": 355.0,
"coordinateX": 0.0,
"coordinateY": 0.0,
"coordinateZ": 0.0,
"quantity": 1,
"packedDimensionX": 0.0,
"packedDimensionY": 0.0,
"packedDimensionZ": 0.0,
"volume": 14556420.0,
"canNest": true,
"orientationLocked": false,
"isSingleLayer": false,
"nestGrowthDimension1": 0.0,
"nestGrowthDimension2": 0.0,
"nestGrowthDimension3": 30.0,
"nestMaxDimension1": 1000.0,
"nestMaxDimension2": 400.0,
"nestMaxDimension3": 410.0,
"canContain": true,
"containDimension1": 142.128,
"containDimension2": 142.128,
"containDimension3": 175.0,
"sku": "11837_BEA_84508482_EACH",
"voidContents": null,
"nestedQuantity": 6,
"weight": 1068.0
}
],
"packedItemsCount": 0,
"packedItemsWeight": 0.0
},
"container": {
"id": 0,
"dimension1": 142.128,
"dimension2": 142.128,
"dimension3": 175.0,
"volume": 3535064.467200,
"ratio": 1.0,
"surfaceArea": 139890.336768,
"distance": 266.506541698323,
"maximumWeight": 0.0
},
"solutionTimeMs": 0,
"messages": [],
"customFields": null
},
"nestedQuantity": 6,
"weight": 1068.0
}
],
"packTimeInMilliseconds": 0,
"percentContainerVolumePacked": 100.0,
"percentItemVolumePacked": 100.0,
"unpackedItems": [],
"packedItemsCount": 6,
"packedItemsWeight": 1068.0
},
"container": {
"id": 782,
"dimension1": 355.0,
"dimension2": 204.0,
"dimension3": 201.0,
"volume": 14556420.0,
"ratio": 1.7401960784313725490196078431,
"surfaceArea": 369558.0,
"distance": 456.116213261489,
"maximumWeight": 14680.0
},
"solutionTimeMs": 14,
"messages": [],
"customFields": {
"clientId": "BEA",
"siteId": "NLSBR01",
"listId": "CBRA4152653",
"taskId": "PSUAT-NEST-07"
}
}
] [
{
"containerId": 782,
"timeoutReached": false,
"orderId": "CBRA4152653_BEA_PSUAT-NEST-07",
"packagingResult": {
"isCompletePack": true,
"packedItems": [
{
"id": 0,
"isPacked": true,
"dimension1": 204.0,
"dimension2": 201.0,
"dimension3": 355.0,
"coordinateX": 0.0,
"coordinateY": 0.0,
"coordinateZ": 0.0,
"quantity": 1,
"packedDimensionX": 355.0,
"packedDimensionY": 204.0,
"packedDimensionZ": 201.0,
"volume": 14556420.0,
"canNest": true,
"orientationLocked": false,
"isSingleLayer": false,
"nestGrowthDimension1": 0.0,
"nestGrowthDimension2": 0.0,
"nestGrowthDimension3": 30.0,
"nestMaxDimension1": 1000.0,
"nestMaxDimension2": 400.0,
"nestMaxDimension3": 410.0,
"canContain": true,
"containDimension1": 142.128,
"containDimension2": 142.128,
"containDimension3": 175.0,
"sku": "11837_BEA_84508482_EACH",
"voidContents": {
"containerId": 0,
"timeoutReached": false,
"orderId": null,
"packagingResult": {
"isCompletePack": false,
"packedItems": [],
"packTimeInMilliseconds": 0,
"percentContainerVolumePacked": 0.0,
"percentItemVolumePacked": 0.0,
"unpackedItems": [
{
"id": 0,
"isPacked": false,
"dimension1": 204.0,
"dimension2": 201.0,
"dimension3": 355.0,
"coordinateX": 0.0,
"coordinateY": 0.0,
"coordinateZ": 0.0,
"quantity": 1,
"packedDimensionX": 0.0,
"packedDimensionY": 0.0,
"packedDimensionZ": 0.0,
"volume": 14556420.0,
"canNest": true,
"orientationLocked": false,
"isSingleLayer": false,
"nestGrowthDimension1": 0.0,
"nestGrowthDimension2": 0.0,
"nestGrowthDimension3": 30.0,
"nestMaxDimension1": 1000.0,
"nestMaxDimension2": 400.0,
"nestMaxDimension3": 410.0,
"canContain": true,
"containDimension1": 142.128,
"containDimension2": 142.128,
"containDimension3": 175.0,
"sku": "11837_BEA_84508482_EACH",
"voidContents": null,
"nestedQuantity": 6,
"weight": 1068.0
}
],
"packedItemsCount": 0,
"packedItemsWeight": 0.0
},
"container": {
"id": 0,
"dimension1": 142.128,
"dimension2": 142.128,
"dimension3": 175.0,
"volume": 3535064.467200,
"ratio": 1.0,
"surfaceArea": 139890.336768,
"distance": 266.506541698323,
"maximumWeight": 0.0
},
"solutionTimeMs": 0,
"messages": [],
"customFields": null
},
"nestedQuantity": 6,
"weight": 1068.0
}
],
"packTimeInMilliseconds": 0,
"percentContainerVolumePacked": 100.0,
"percentItemVolumePacked": 100.0,
"unpackedItems": [],
"packedItemsCount": 6,
"packedItemsWeight": 1068.0
},
"container": {
"id": 782,
"dimension1": 355.0,
"dimension2": 204.0,
"dimension3": 201.0,
"volume": 14556420.0,
"ratio": 1.7401960784313725490196078431,
"surfaceArea": 369558.0,
"distance": 456.116213261489,
"maximumWeight": 14680.0
},
"solutionTimeMs": 14,
"messages": [],
"customFields": {
"clientId": "BEA",
"siteId": "NLSBR01",
"listId": "CBRA4152653",
"taskId": "PSUAT-NEST-07"
}
}
]