12 results have been found
API Changes
/en/documentation/loading-space-optimization-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
Bin packing
/en/resources/tutorials/loading-space-optimization/bin-packing
In this tutorial you will learn how to implement a loading space optimization app . Using the app, it will allow you to specify bins and items. Then, after optimizing, it displays the result of the loaded bins. The aim of the code examples in the tutorial …
Cancel Bin Packing
/en/documentation/loading-space-optimization-api/code-samples/cancel-bin-packing
DELETE Bin Packing ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Cancels the bin packing optimization. To get a valid bin packing …
Get Packed Bins
/en/documentation/loading-space-optimization-api/code-samples/get-packed-bins
GET Bin Packing ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Get the optimized packed items and bins. To get a valid bin packing …
Get Status
/en/documentation/loading-space-optimization-api/code-samples/get-status
GET Bin Packing ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Get operation status of optimization run. To get a valid bin …
Start a Bin Packing
/en/documentation/loading-space-optimization-api/code-samples/start-bin-packing
POST Focus BUILD_LAYERS BUILD_LAYERS REDUCE_LOADING_METERS Number of bins (40 Ft. container) List of items Request Body Send Request Add New Item Response The result is an ID that can be used for further requests. Waiting for response... Request Sample …
Optimizing with Stacking Restrictions
/en/documentation/loading-space-optimization-api/code-samples/optimizing-stacking-restrictions
POST Stacking restrictions between the items No stacking restrictions No stacking restrictions No item can be stacked Stackable only if same id Stackable except if same id BoxType 1 can not be stacked Only BoxType 3 can be stacked on itself Request Body …
Optimizing with Unloading Sequence
/en/documentation/loading-space-optimization-api/code-samples/optimizing-unloading-sequence
POST Choose an unloading sequence No unloading sequence No unloading sequence BoxType 1, then 2, finally 3 BoxType 3, then 2, finally 1 BoxType 1, then 3, finally 2 3 of (1,3,2) and 3 of (1,2,3) 3 of (1,3,2) and 3 of (1,2,3) with stackOnTopOfNextStops …
Optimizing with Orientation
/en/documentation/loading-space-optimization-api/code-samples/optimizing-orientation
POST Allowed orientations ORIGINAL X Y Z XZ YZ Request Body Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … This code sample describes how the engine …
Optimizing with Stackability
/en/documentation/loading-space-optimization-api/code-samples/optimizing-stackability
POST Stackability of the items All stackable All stackable All non-stackable Request Body Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … This code …
Optimizing with Focus
/en/documentation/loading-space-optimization-api/code-samples/optimizing-focus
POST Focus No value No Value BUILD_LAYERS REDUCE_LOADING_METERS Request Body Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … This code sample …
Loading Space Optimization API Reference
/en/documentation/loading-space-optimization-api/loading-space-optimization-api-reference
{ "openapi": "3.0.1", "info": { "title": "Loading Optimization", "version": "1.1", "description": "With the Bin Packing service you can pack a number of items of various types into a number of bins of various types.", "contact": { "url": …