Skip to main content

PackNet Online Documentation

Right Size Bin Pack (RSBP)

This endpoint works by creating all possible boxes using the min/max dimensions and incrementBy values in containerOptions, packs them in various directions, then returns a list of boxes ordered by selectionOptions.orderBy as defined in the request. See selectionOptions.

Important

The smaller the list of boxes, the faster the response. Be intentional with dimensions and increment by whole numbers.

Creating a Box List

When using RSBP, instead of using a predefined list of boxes, PackNet Cube dynamically creates a list of box sizes based on three variables: minimum dimensions, maximum dimensions, and the increment between the min and max dimensions for three sets of dimensions representing height, width, and length.

RSBP Example

{

    "orderId": "1383203207",

    "items": [

        {

            "dimension1": 6,

            "dimension2": 6,

            "dimension3": 10,

            "id": 1,

            "quantity": 8,

            "sku": "Bucket",

            "canNest": true,

            "NestGrowthDimension1": 0,

            "NestGrowthDimension2": 0,

            "NestGrowthDimension3": 1,

            "NestMaxDimension1": 0,

            "NestMaxDimension2": 0,

            "NestMaxDimension3": 11,

            "canContain": true,

            "containDimension1": 4,

            "containDimension2": 4,

            "containDimension3": 8

        },

        {

            "dimension1": 3,

            "dimension2": 3,

            "dimension3": 7,

            "id": 1,

            "quantity": 4,

            "sku": "RandomTool"

        }

    ],

    "SelectionOptions": {

        "OrderBy": "distance",

        "CutoffTime": 1200000,

        "Shrinkwrap": true,

        "MaxCartons": 0,

        "ShrinkwrapMinDim": "0",

        "IgnorePartialSolutions": false

    },

    "limit": 1,

    "containerOptions": {

        "minimumDimension1": 2,

        "maximumDimension1": 15,

        "incrementDimension1By": 1,

        "minimumDimension2": 2,

        "maximumDimension2": 15,

        "incrementDimension2By": 1,

        "minimumDimension3": 2,

        "maximumDimension3": 15,

        "incrementDimension3By": 1,

        "maximumWeight": 30000

    }

}
[
    {
        "containerId": 426,
        "timeoutReached": false,
        "orderId": "1383203207",
        "packagingResult": {
            "isCompletePack": true,
            "packedItems": [
                {
                    "id": 1,
                    "isPacked": true,
                    "dimension1": 6.0,
                    "dimension2": 6.0,
                    "dimension3": 11.0,
                    "coordinateX": 0.0,
                    "coordinateY": 0.0,
                    "coordinateZ": 0.0,
                    "quantity": 1,
                    "packedDimensionX": 6.0,
                    "packedDimensionY": 11.0,
                    "packedDimensionZ": 6.0,
                    "volume": 396.0,
                    "canNest": true,
                    "orientationLocked": false,
                    "nestGrowthDimension1": 0.0,
                    "nestGrowthDimension2": 0.0,
                    "nestGrowthDimension3": 1.0,
                    "nestMaxDimension1": 2147483647.0,
                    "nestMaxDimension2": 2147483647.0,
                    "nestMaxDimension3": 11.0,
                    "canContain": true,
                    "containDimension1": 4.0,
                    "containDimension2": 4.0,
                    "containDimension3": 8.0,
                    "sku": "Bucket",
                    "voidContents": {
                        "containerId": 0,
                        "timeoutReached": false,
                        "orderId": null,
                        "packagingResult": {
                            "isCompletePack": false,
                            "packedItems": [
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 3.0,
                                    "dimension2": 3.0,
                                    "dimension3": 7.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 63.0,
                                    "canNest": false,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 0.0,
                                    "nestMaxDimension1": 0.0,
                                    "nestMaxDimension2": 0.0,
                                    "nestMaxDimension3": 0.0,
                                    "canContain": false,
                                    "containDimension1": 0.0,
                                    "containDimension2": 0.0,
                                    "containDimension3": 0.0,
                                    "sku": "RandomTool",
                                    "voidContents": null,
                                    "nestedQuantity": 0,
                                    "weight": 0.0
                                }
                            ],
                            "packTimeInMilliseconds": 0,
                            "percentContainerVolumePacked": 49.22,
                            "percentItemVolumePacked": 3.43,
                            "unpackedItems": [
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 3.0,
                                    "dimension2": 3.0,
                                    "dimension3": 7.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 63.0,
                                    "canNest": false,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 0.0,
                                    "nestMaxDimension1": 0.0,
                                    "nestMaxDimension2": 0.0,
                                    "nestMaxDimension3": 0.0,
                                    "canContain": false,
                                    "containDimension1": 0.0,
                                    "containDimension2": 0.0,
                                    "containDimension3": 0.0,
                                    "sku": "RandomTool",
                                    "voidContents": null,
                                    "nestedQuantity": 0,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 3.0,
                                    "dimension2": 3.0,
                                    "dimension3": 7.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 63.0,
                                    "canNest": false,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 0.0,
                                    "nestMaxDimension1": 0.0,
                                    "nestMaxDimension2": 0.0,
                                    "nestMaxDimension3": 0.0,
                                    "canContain": false,
                                    "containDimension1": 0.0,
                                    "containDimension2": 0.0,
                                    "containDimension3": 0.0,
                                    "sku": "RandomTool",
                                    "voidContents": null,
                                    "nestedQuantity": 0,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 3.0,
                                    "dimension2": 3.0,
                                    "dimension3": 7.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 63.0,
                                    "canNest": false,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 0.0,
                                    "nestMaxDimension1": 0.0,
                                    "nestMaxDimension2": 0.0,
                                    "nestMaxDimension3": 0.0,
                                    "canContain": false,
                                    "containDimension1": 0.0,
                                    "containDimension2": 0.0,
                                    "containDimension3": 0.0,
                                    "sku": "RandomTool",
                                    "voidContents": null,
                                    "nestedQuantity": 0,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                }
                            ],
                            "packedItemsCount": 1,
                            "packedItemsWeight": 0.0
                        },
                        "container": {
                            "id": 0,
                            "dimension1": 4.0,
                            "dimension2": 4.0,
                            "dimension3": 8.0,
                            "volume": 128.0,
                            "ratio": 1.0,
                            "surfaceArea": 160.0,
                            "distance": 9.79795897113271,
                            "maximumWeight": 0.0
                        },
                        "solutionTimeMs": 0,
                        "messages": [],
                        "customFields": null
                    },
                    "nestedQuantity": 2,
                    "weight": 0.0
                },
                {
                    "id": 1,
                    "isPacked": true,
                    "dimension1": 6.0,
                    "dimension2": 6.0,
                    "dimension3": 11.0,
                    "coordinateX": 6.0,
                    "coordinateY": 0.0,
                    "coordinateZ": 0.0,
                    "quantity": 1,
                    "packedDimensionX": 6.0,
                    "packedDimensionY": 11.0,
                    "packedDimensionZ": 6.0,
                    "volume": 396.0,
                    "canNest": true,
                    "orientationLocked": false,
                    "nestGrowthDimension1": 0.0,
                    "nestGrowthDimension2": 0.0,
                    "nestGrowthDimension3": 1.0,
                    "nestMaxDimension1": 2147483647.0,
                    "nestMaxDimension2": 2147483647.0,
                    "nestMaxDimension3": 11.0,
                    "canContain": true,
                    "containDimension1": 4.0,
                    "containDimension2": 4.0,
                    "containDimension3": 8.0,
                    "sku": "Bucket",
                    "voidContents": {
                        "containerId": 0,
                        "timeoutReached": false,
                        "orderId": null,
                        "packagingResult": {
                            "isCompletePack": false,
                            "packedItems": [
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 3.0,
                                    "dimension2": 3.0,
                                    "dimension3": 7.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 63.0,
                                    "canNest": false,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 0.0,
                                    "nestMaxDimension1": 0.0,
                                    "nestMaxDimension2": 0.0,
                                    "nestMaxDimension3": 0.0,
                                    "canContain": false,
                                    "containDimension1": 0.0,
                                    "containDimension2": 0.0,
                                    "containDimension3": 0.0,
                                    "sku": "RandomTool",
                                    "voidContents": null,
                                    "nestedQuantity": 0,
                                    "weight": 0.0
                                }
                            ],
                            "packTimeInMilliseconds": 0,
                            "percentContainerVolumePacked": 49.22,
                            "percentItemVolumePacked": 3.55,
                            "unpackedItems": [
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 3.0,
                                    "dimension2": 3.0,
                                    "dimension3": 7.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 63.0,
                                    "canNest": false,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 0.0,
                                    "nestMaxDimension1": 0.0,
                                    "nestMaxDimension2": 0.0,
                                    "nestMaxDimension3": 0.0,
                                    "canContain": false,
                                    "containDimension1": 0.0,
                                    "containDimension2": 0.0,
                                    "containDimension3": 0.0,
                                    "sku": "RandomTool",
                                    "voidContents": null,
                                    "nestedQuantity": 0,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 3.0,
                                    "dimension2": 3.0,
                                    "dimension3": 7.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 63.0,
                                    "canNest": false,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 0.0,
                                    "nestMaxDimension1": 0.0,
                                    "nestMaxDimension2": 0.0,
                                    "nestMaxDimension3": 0.0,
                                    "canContain": false,
                                    "containDimension1": 0.0,
                                    "containDimension2": 0.0,
                                    "containDimension3": 0.0,
                                    "sku": "RandomTool",
                                    "voidContents": null,
                                    "nestedQuantity": 0,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                }
                            ],
                            "packedItemsCount": 1,
                            "packedItemsWeight": 0.0
                        },
                        "container": {
                            "id": 0,
                            "dimension1": 4.0,
                            "dimension2": 4.0,
                            "dimension3": 8.0,
                            "volume": 128.0,
                            "ratio": 1.0,
                            "surfaceArea": 160.0,
                            "distance": 9.79795897113271,
                            "maximumWeight": 0.0
                        },
                        "solutionTimeMs": 0,
                        "messages": [],
                        "customFields": null
                    },
                    "nestedQuantity": 2,
                    "weight": 0.0
                },
                {
                    "id": 1,
                    "isPacked": true,
                    "dimension1": 6.0,
                    "dimension2": 6.0,
                    "dimension3": 11.0,
                    "coordinateX": 0.0,
                    "coordinateY": 0.0,
                    "coordinateZ": 6.0,
                    "quantity": 1,
                    "packedDimensionX": 6.0,
                    "packedDimensionY": 11.0,
                    "packedDimensionZ": 6.0,
                    "volume": 396.0,
                    "canNest": true,
                    "orientationLocked": false,
                    "nestGrowthDimension1": 0.0,
                    "nestGrowthDimension2": 0.0,
                    "nestGrowthDimension3": 1.0,
                    "nestMaxDimension1": 2147483647.0,
                    "nestMaxDimension2": 2147483647.0,
                    "nestMaxDimension3": 11.0,
                    "canContain": true,
                    "containDimension1": 4.0,
                    "containDimension2": 4.0,
                    "containDimension3": 8.0,
                    "sku": "Bucket",
                    "voidContents": {
                        "containerId": 0,
                        "timeoutReached": false,
                        "orderId": null,
                        "packagingResult": {
                            "isCompletePack": false,
                            "packedItems": [
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 3.0,
                                    "dimension2": 3.0,
                                    "dimension3": 7.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 63.0,
                                    "canNest": false,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 0.0,
                                    "nestMaxDimension1": 0.0,
                                    "nestMaxDimension2": 0.0,
                                    "nestMaxDimension3": 0.0,
                                    "canContain": false,
                                    "containDimension1": 0.0,
                                    "containDimension2": 0.0,
                                    "containDimension3": 0.0,
                                    "sku": "RandomTool",
                                    "voidContents": null,
                                    "nestedQuantity": 0,
                                    "weight": 0.0
                                }
                            ],
                            "packTimeInMilliseconds": 0,
                            "percentContainerVolumePacked": 49.22,
                            "percentItemVolumePacked": 3.83,
                            "unpackedItems": [
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                }
                            ],
                            "packedItemsCount": 1,
                            "packedItemsWeight": 0.0
                        },
                        "container": {
                            "id": 0,
                            "dimension1": 4.0,
                            "dimension2": 4.0,
                            "dimension3": 8.0,
                            "volume": 128.0,
                            "ratio": 1.0,
                            "surfaceArea": 160.0,
                            "distance": 9.79795897113271,
                            "maximumWeight": 0.0
                        },
                        "solutionTimeMs": 0,
                        "messages": [],
                        "customFields": null
                    },
                    "nestedQuantity": 2,
                    "weight": 0.0
                },
                {
                    "id": 1,
                    "isPacked": true,
                    "dimension1": 6.0,
                    "dimension2": 6.0,
                    "dimension3": 11.0,
                    "coordinateX": 6.0,
                    "coordinateY": 0.0,
                    "coordinateZ": 6.0,
                    "quantity": 1,
                    "packedDimensionX": 6.0,
                    "packedDimensionY": 11.0,
                    "packedDimensionZ": 6.0,
                    "volume": 396.0,
                    "canNest": true,
                    "orientationLocked": false,
                    "nestGrowthDimension1": 0.0,
                    "nestGrowthDimension2": 0.0,
                    "nestGrowthDimension3": 1.0,
                    "nestMaxDimension1": 2147483647.0,
                    "nestMaxDimension2": 2147483647.0,
                    "nestMaxDimension3": 11.0,
                    "canContain": true,
                    "containDimension1": 4.0,
                    "containDimension2": 4.0,
                    "containDimension3": 8.0,
                    "sku": "Bucket",
                    "voidContents": {
                        "containerId": 0,
                        "timeoutReached": false,
                        "orderId": null,
                        "packagingResult": {
                            "isCompletePack": false,
                            "packedItems": [
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 3.0,
                                    "dimension2": 3.0,
                                    "dimension3": 7.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 63.0,
                                    "canNest": false,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 0.0,
                                    "nestMaxDimension1": 0.0,
                                    "nestMaxDimension2": 0.0,
                                    "nestMaxDimension3": 0.0,
                                    "canContain": false,
                                    "containDimension1": 0.0,
                                    "containDimension2": 0.0,
                                    "containDimension3": 0.0,
                                    "sku": "RandomTool",
                                    "voidContents": null,
                                    "nestedQuantity": 0,
                                    "weight": 0.0
                                }
                            ],
                            "packTimeInMilliseconds": 0,
                            "percentContainerVolumePacked": 49.22,
                            "percentItemVolumePacked": 3.68,
                            "unpackedItems": [
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 3.0,
                                    "dimension2": 3.0,
                                    "dimension3": 7.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 63.0,
                                    "canNest": false,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 0.0,
                                    "nestMaxDimension1": 0.0,
                                    "nestMaxDimension2": 0.0,
                                    "nestMaxDimension3": 0.0,
                                    "canContain": false,
                                    "containDimension1": 0.0,
                                    "containDimension2": 0.0,
                                    "containDimension3": 0.0,
                                    "sku": "RandomTool",
                                    "voidContents": null,
                                    "nestedQuantity": 0,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                },
                                {
                                    "id": 1,
                                    "isPacked": false,
                                    "dimension1": 6.0,
                                    "dimension2": 6.0,
                                    "dimension3": 11.0,
                                    "coordinateX": 0.0,
                                    "coordinateY": 0.0,
                                    "coordinateZ": 0.0,
                                    "quantity": 1,
                                    "packedDimensionX": 0.0,
                                    "packedDimensionY": 0.0,
                                    "packedDimensionZ": 0.0,
                                    "volume": 396.0,
                                    "canNest": true,
                                    "orientationLocked": false,
                                    "nestGrowthDimension1": 0.0,
                                    "nestGrowthDimension2": 0.0,
                                    "nestGrowthDimension3": 1.0,
                                    "nestMaxDimension1": 2147483647.0,
                                    "nestMaxDimension2": 2147483647.0,
                                    "nestMaxDimension3": 11.0,
                                    "canContain": true,
                                    "containDimension1": 4.0,
                                    "containDimension2": 4.0,
                                    "containDimension3": 8.0,
                                    "sku": "Bucket",
                                    "voidContents": null,
                                    "nestedQuantity": 2,
                                    "weight": 0.0
                                }
                            ],
                            "packedItemsCount": 1,
                            "packedItemsWeight": 0.0
                        },
                        "container": {
                            "id": 0,
                            "dimension1": 4.0,
                            "dimension2": 4.0,
                            "dimension3": 8.0,
                            "volume": 128.0,
                            "ratio": 1.0,
                            "surfaceArea": 160.0,
                            "distance": 9.79795897113271,
                            "maximumWeight": 0.0
                        },
                        "solutionTimeMs": 0,
                        "messages": [],
                        "customFields": null
                    },
                    "nestedQuantity": 2,
                    "weight": 0.0
                }
            ],
            "packTimeInMilliseconds": 0,
            "percentContainerVolumePacked": 100.0,
            "percentItemVolumePacked": 100.0,
            "unpackedItems": [],
            "packedItemsCount": 12,
            "packedItemsWeight": 0.0
        },
        "container": {
            "id": 426,
            "dimension1": 12.0,
            "dimension2": 11.0,
            "dimension3": 12.0,
            "volume": 1584.0,
            "ratio": 1.0909090909090909090909090909,
            "surfaceArea": 816.0,
            "distance": 20.2237484161567,
            "maximumWeight": 30000.0
        },
        "solutionTimeMs": 20,
        "messages": [],
        "customFields": null
    }
]