Single batch optimization - API
Singlebatch returns the best next batch to pick from a list of "unassignedOrders" to be batched. In each unassigned order there can be one or multiple products.
single batch
POST https://optimizer-ara-stage-dot-kairoslogic.ew.r.appspot.com/singlebatch
Endpoint to get the next best route optimized batch
Headers
Content-type
string
"application/json"
Authentication
string
Not used
Request Body
_meta
string
{ "warehouse": { "tag": "ARA", "uuid": "" } }
requestType
string
singleBatch
mobileUnitCapacities
string
{ "numOrders": 4, (positive integer number): The maximum number of orders in one batch. Default = 4 for ARAMIS. "volume": null, ( positive floating point number or null): The maximum volume in one batch. Default = 4.0 (m^3). "length": 1360,( positive floating point number): The maximum length in one batch. Default = 1360(cm). "width": null,( positive floating point number): The maximum width in one batch. Default = null (m). "height": null,( positive floating point number): The maximum height in one batch. Default = null (m). "weight": 1600,( positive floating point number): The maximum weight in one batch. Default = 1600 (kg). }
unassignedOrders
string
In each unassigned order there may be one or multiple products. Below is an example of how an order is represented in the request json which has one locations to visit for that order (or pallet pick): NOTE!! "orderId" MUST be Unique { "orderId": "", "orderPickItems": { "SKUs": [""], "locations": ["B1- 14-3"] }, "orderVolume": 0.92,( positive floating point number): The Volume of this order (of the items together)/ box/ pallet. Default = 2.5 (m^3). "orderWeight": 0.0 , ( positive floating point number): The Weight of this order (the sum of the Weight of the items)/ box/ pallet. Default . Default = null (kg) "orderlength": null,( positive floating point number): The length of this order/box/pallet. Default . Default = 1.2(m). "orderwidth": null,( positive floating point number): The width of this order/box/pallet. Default . Default = null (m). "orderheight": null,( positive floating point number): The height of this order/box/pallet. Default . Default = null (m). "orderCDT": null,( positive floating point number): The maximum "capacity during transport" (weight on top) for this order/box/pallet. Default = null (kg). } {… next order …},
{
"_meta": {
"warehouse": {
"tag": "ARA",
"uuid": ""
}
},
"requestType": "singlebatch",
"version": {},
"requestData": {
"auth": "service_demo",
"destination": "DOCK11B",
"forceBatchBoxes": [],
"mobileUnitCapacities": {
"numOrders": 4,
"volume": 2.5,
"weight": 1600,
"length": 1360,
"CDT": null
},
"mobileUnitId": "CART",
"origin": "DOCK11B",
"pickRoundId": "batch_id",
"returnPickerHints": false,
"unassignedOrders": [
{
"orderId": "ARA39304829",
"orderPickItems": {
"SKUs": [
"70242982"
],
"locations": [
"044K14"
]
},
"orderWeight": 112,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "ARA39543648",
"orderPickItems": {
"SKUs": [
"50433770"
],
"locations": [
"051G18"
]
},
"orderWeight": 104,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 875,
"orderCDT": 20
},
{
"orderId": "ARA39543440",
"orderPickItems": {
"SKUs": [
"50433770"
],
"locations": [
"051G28"
]
},
"orderWeight": 104,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 875,
"orderCDT": 20
},
{
"orderId": "ARA39503482",
"orderPickItems": {
"SKUs": [
"60351858"
],
"locations": [
"052V33"
]
},
"orderWeight": 103,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 900,
"orderCDT": 20
},
{
"orderId": "ARM41845814",
"orderPickItems": {
"SKUs": [
"40425855"
],
"locations": [
"055P41"
]
},
"orderWeight": 107,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 1500,
"orderCDT": 80
},
{
"orderId": "ARA39515362",
"orderPickItems": {
"SKUs": [
"60351858"
],
"locations": [
"057U45"
]
},
"orderWeight": 103,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 900,
"orderCDT": 20
},
{
"orderId": "ARM42134924",
"orderPickItems": {
"SKUs": [
"50244487"
],
"locations": [
"060J33"
]
},
"orderWeight": 157,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 825,
"orderCDT": 110
},
{
"orderId": "ARM42134856",
"orderPickItems": {
"SKUs": [
"50244487"
],
"locations": [
"064H34"
]
},
"orderWeight": 157,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 825,
"orderCDT": 110
},
{
"orderId": "ARM42056790",
"orderPickItems": {
"SKUs": [
"244499"
],
"locations": [
"066U46"
]
},
"orderWeight": 104,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1150,
"orderLength": 850,
"orderCDT": 157
},
{
"orderId": "ARM42056578",
"orderPickItems": {
"SKUs": [
"244499"
],
"locations": [
"066S46"
]
},
"orderWeight": 104,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1150,
"orderLength": 850,
"orderCDT": 157
},
{
"orderId": "ARM42189788",
"orderPickItems": {
"SKUs": [
"60453588"
],
"locations": [
"067L12"
]
},
"orderWeight": 170,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1150,
"orderLength": 875,
"orderCDT": 255
},
{
"orderId": "ARM42190562",
"orderPickItems": {
"SKUs": [
"60453588"
],
"locations": [
"067K33"
]
},
"orderWeight": 170,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1150,
"orderLength": 875,
"orderCDT": 255
},
{
"orderId": "ARM42189719",
"orderPickItems": {
"SKUs": [
"60453588"
],
"locations": [
"067M23"
]
},
"orderWeight": 170,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1150,
"orderLength": 875,
"orderCDT": 255
},
{
"orderId": "ARM42189733",
"orderPickItems": {
"SKUs": [
"60453588"
],
"locations": [
"067M12"
]
},
"orderWeight": 170,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1150,
"orderLength": 875,
"orderCDT": 255
},
{
"orderId": "ARA39588885",
"orderPickItems": {
"SKUs": [
"50433765"
],
"locations": [
"067K41"
]
},
"orderWeight": 55,
"orderVolume": null,
"orderWidth": 1400,
"orderHeight": 1150,
"orderLength": 670,
"orderCDT": 100
},
{
"orderId": "ARM42132784",
"orderPickItems": {
"SKUs": [
"80244476"
],
"locations": [
"067J21"
]
},
"orderWeight": 177,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1150,
"orderLength": 825,
"orderCDT": 185
},
{
"orderId": "ARM41941073",
"orderPickItems": {
"SKUs": [
"90244485"
],
"locations": [
"070E26"
]
},
"orderWeight": 148,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 850,
"orderCDT": 222
},
{
"orderId": "ARM41940984",
"orderPickItems": {
"SKUs": [
"90244485"
],
"locations": [
"071H14"
]
},
"orderWeight": 148,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 850,
"orderCDT": 222
},
{
"orderId": "ARM42137918",
"orderPickItems": {
"SKUs": [
"50244487"
],
"locations": [
"071P22"
]
},
"orderWeight": 157,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 825,
"orderCDT": 110
},
{
"orderId": "ARM42134863",
"orderPickItems": {
"SKUs": [
"50244487"
],
"locations": [
"076H23"
]
},
"orderWeight": 157,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 825,
"orderCDT": 110
},
{
"orderId": "ARM42134832",
"orderPickItems": {
"SKUs": [
"50244487"
],
"locations": [
"078U23"
]
},
"orderWeight": 157,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 1650,
"orderLength": 825,
"orderCDT": 110
}
],
"requestType": "multibatch"
},
"warehouseManagementSystemControl": {
"requestId": "0000"
}
}{
"_meta": {
"warehouse": {
"tag": "ARA",
"uuid": ""
}
},
"requestData": {
"auth": "service_demo",
"destination": "DOCK11B",
"forceBatchBoxes": [],
"mobileUnitCapacities": {
"CDT": null,
"length": 1360,
"numOrders": 4,
"volume": 2.5,
"weight": 1600
},
"mobileUnitId": "CART",
"origin": "DOCK11B",
"pickRoundId": "batch_id",
"requestType": "multibatch",
"returnPickerHints": false,
"unassignedOrders": [
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "ARA39304829",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"70242982"
],
"locations": [
"044K14"
]
},
"orderVolume": null,
"orderWeight": 112,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 1650,
"orderId": "ARA39543648",
"orderLength": 875,
"orderPickItems": {
"SKUs": [
"50433770"
],
"locations": [
"051G18"
]
},
"orderVolume": null,
"orderWeight": 104,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 1650,
"orderId": "ARA39543440",
"orderLength": 875,
"orderPickItems": {
"SKUs": [
"50433770"
],
"locations": [
"051G28"
]
},
"orderVolume": null,
"orderWeight": 104,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 1650,
"orderId": "ARA39503482",
"orderLength": 900,
"orderPickItems": {
"SKUs": [
"60351858"
],
"locations": [
"052V33"
]
},
"orderVolume": null,
"orderWeight": 103,
"orderWidth": 1300
},
{
"orderCDT": 80,
"orderHeight": 2600,
"orderId": "ARM41845814",
"orderLength": 1500,
"orderPickItems": {
"SKUs": [
"40425855"
],
"locations": [
"055P41"
]
},
"orderVolume": null,
"orderWeight": 107,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 1650,
"orderId": "ARA39515362",
"orderLength": 900,
"orderPickItems": {
"SKUs": [
"60351858"
],
"locations": [
"057U45"
]
},
"orderVolume": null,
"orderWeight": 103,
"orderWidth": 1300
},
{
"orderCDT": 110,
"orderHeight": 1650,
"orderId": "ARM42134924",
"orderLength": 825,
"orderPickItems": {
"SKUs": [
"50244487"
],
"locations": [
"060J33"
]
},
"orderVolume": null,
"orderWeight": 157,
"orderWidth": 1300
},
{
"orderCDT": 110,
"orderHeight": 1650,
"orderId": "ARM42134856",
"orderLength": 825,
"orderPickItems": {
"SKUs": [
"50244487"
],
"locations": [
"064H34"
]
},
"orderVolume": null,
"orderWeight": 157,
"orderWidth": 1300
},
{
"orderCDT": 157,
"orderHeight": 1150,
"orderId": "ARM42056790",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"244499"
],
"locations": [
"066U46"
]
},
"orderVolume": null,
"orderWeight": 104,
"orderWidth": 1300
},
{
"orderCDT": 157,
"orderHeight": 1150,
"orderId": "ARM42056578",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"244499"
],
"locations": [
"066S46"
]
},
"orderVolume": null,
"orderWeight": 104,
"orderWidth": 1300
},
{
"orderCDT": 255,
"orderHeight": 1150,
"orderId": "ARM42189788",
"orderLength": 875,
"orderPickItems": {
"SKUs": [
"60453588"
],
"locations": [
"067L12"
]
},
"orderVolume": null,
"orderWeight": 170,
"orderWidth": 1300
},
{
"orderCDT": 255,
"orderHeight": 1150,
"orderId": "ARM42190562",
"orderLength": 875,
"orderPickItems": {
"SKUs": [
"60453588"
],
"locations": [
"067K33"
]
},
"orderVolume": null,
"orderWeight": 170,
"orderWidth": 1300
},
{
"orderCDT": 255,
"orderHeight": 1150,
"orderId": "ARM42189719",
"orderLength": 875,
"orderPickItems": {
"SKUs": [
"60453588"
],
"locations": [
"067M23"
]
},
"orderVolume": null,
"orderWeight": 170,
"orderWidth": 1300
},
{
"orderCDT": 255,
"orderHeight": 1150,
"orderId": "ARM42189733",
"orderLength": 875,
"orderPickItems": {
"SKUs": [
"60453588"
],
"locations": [
"067M12"
]
},
"orderVolume": null,
"orderWeight": 170,
"orderWidth": 1300
},
{
"orderCDT": 100,
"orderHeight": 1150,
"orderId": "ARA39588885",
"orderLength": 670,
"orderPickItems": {
"SKUs": [
"50433765"
],
"locations": [
"067K41"
]
},
"orderVolume": null,
"orderWeight": 55,
"orderWidth": 1400
},
{
"orderCDT": 185,
"orderHeight": 1150,
"orderId": "ARM42132784",
"orderLength": 825,
"orderPickItems": {
"SKUs": [
"80244476"
],
"locations": [
"067J21"
]
},
"orderVolume": null,
"orderWeight": 177,
"orderWidth": 1300
},
{
"orderCDT": 222,
"orderHeight": 1650,
"orderId": "ARM41941073",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"90244485"
],
"locations": [
"070E26"
]
},
"orderVolume": null,
"orderWeight": 148,
"orderWidth": 1300
},
{
"orderCDT": 222,
"orderHeight": 1650,
"orderId": "ARM41940984",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"90244485"
],
"locations": [
"071H14"
]
},
"orderVolume": null,
"orderWeight": 148,
"orderWidth": 1300
},
{
"orderCDT": 110,
"orderHeight": 1650,
"orderId": "ARM42137918",
"orderLength": 825,
"orderPickItems": {
"SKUs": [
"50244487"
],
"locations": [
"071P22"
]
},
"orderVolume": null,
"orderWeight": 157,
"orderWidth": 1300
},
{
"orderCDT": 110,
"orderHeight": 1650,
"orderId": "ARM42134863",
"orderLength": 825,
"orderPickItems": {
"SKUs": [
"50244487"
],
"locations": [
"076H23"
]
},
"orderVolume": null,
"orderWeight": 157,
"orderWidth": 1300
},
{
"orderCDT": 110,
"orderHeight": 1650,
"orderId": "ARM42134832",
"orderLength": 825,
"orderPickItems": {
"SKUs": [
"50244487"
],
"locations": [
"078U23"
]
},
"orderVolume": null,
"orderWeight": 157,
"orderWidth": 1300
}
]
},
"requestType": "singlebatch",
"responseData": {
"batchAsPickRoute": {
"SKUs": [
"60453588",
"60453588"
],
"locations": [
"067L12",
"067K33"
],
"orderIds": [
"ARM42189788",
"ARM42190562"
],
"totalDistanceMeters": 139.0
},
"batchVolume": null,
"batchWeight": 170.0,
"excludedFromBatch": {
"allExcludedOrders": [
"ARM42189719",
"ARM42189733",
"ARM41941073",
"ARM41940984",
"ARM42132784",
"ARM42056790",
"ARM42056578",
"ARM42134924",
"ARM42134856",
"ARM42137918",
"ARM42134863",
"ARM42134832",
"ARA39588885",
"ARM41845814",
"ARA39304829",
"ARA39543648",
"ARA39543440",
"ARA39503482",
"ARA39515362"
]
},
"ordersInBatch": [
"ARM42189788",
"ARM42190562"
],
"requestReceivedAtDateTime": "2021-05-12 09:36:30.798793",
"responseGeneratedAtDateTime": "2021-05-12 09:36:30.805041",
"responseTimeTakenSeconds": 0.006248
},
"runType": "optimized",
"version": {},
"warehouseManagementSystemControl": {
"requestId": "0000"
}
}Last updated
Was this helpful?