Multi batch optimization - API
multiBatch returns the best batches from list of "unassignedOrders" for a given size of the batch. In each unassigned order there can be one or multiple products.
Available only for maximum 200 items (combination of orders and items ) to batch
mutlibatch
POST https://optimizer-ara-stage-dot-kairoslogic.ew.r.appspot.com/multibatch
Headers
Content-type
string
"application/json"
Authentication
string
Not used
Request Body
_meta
string
{ "warehouse": { "tag": "ARA", "uuid": "" } }
requestType
string
multiBatch
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 = null(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 = null (m^3). "orderWeight": null , ( 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": "multibatch",
"version": {
},
"requestData": {
"auth": "service_demo",
"destination": "DOCK15B",
"forceBatchBoxes": [
],
"mobileUnitCapacities": {
"numOrders": 4,
"volume": 2.5,
"weight": 1600,
"length": 1360,
"CDT": null
},
"mobileUnitId": "CART",
"userId": "user",
"origin": "DOCK09",
"pickRoundId": "batch_id",
"returnPickerHints": false,
"unassignedOrders": [
{
"orderId": "ARA43372142",
"orderPickItems": {
"SKUs": [
"40500369"
],
"locations": [
"050X22"
]
},
"orderWeight": 129,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "ARA43948309",
"orderPickItems": {
"SKUs": [
"40500369"
],
"locations": [
"043X12"
]
},
"orderWeight": 129,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "ARA43948330",
"orderPickItems": {
"SKUs": [
"40500369"
],
"locations": [
"042S44"
]
},
"orderWeight": 130,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "ARA44088738",
"orderPickItems": {
"SKUs": [
"40500369"
],
"locations": [
"023U34"
]
},
"orderWeight": 130,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "ARA43363966",
"orderPickItems": {
"SKUs": [
"60500368"
],
"locations": [
"029T36"
]
},
"orderWeight": 130,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "ARA43947142",
"orderPickItems": {
"SKUs": [
"60500368"
],
"locations": [
"022V21"
]
},
"orderWeight": 131,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "ARA43947159",
"orderPickItems": {
"SKUs": [
"60500368"
],
"locations": [
"022W21"
]
},
"orderWeight": 131,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "ARA43947135",
"orderPickItems": {
"SKUs": [
"60500368"
],
"locations": [
"022X16"
]
},
"orderWeight": 131,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "DKR08585454",
"orderPickItems": {
"SKUs": [
"50204655"
],
"locations": [
"109P21"
]
},
"orderWeight": 132,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "DKR08585416",
"orderPickItems": {
"SKUs": [
"50204655"
],
"locations": [
"111N41"
]
},
"orderWeight": 132,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "DKR08585409",
"orderPickItems": {
"SKUs": [
"50204655"
],
"locations": [
"110K11"
]
},
"orderWeight": 132,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "DKR08585430",
"orderPickItems": {
"SKUs": [
"50204655"
],
"locations": [
"109N11"
]
},
"orderWeight": 133,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "DKR08585423",
"orderPickItems": {
"SKUs": [
"50204655"
],
"locations": [
"109N31"
]
},
"orderWeight": 133,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "DKR08585539",
"orderPickItems": {
"SKUs": [
"60221452"
],
"locations": [
"112S21"
]
},
"orderWeight": 133,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "DKR08585522",
"orderPickItems": {
"SKUs": [
"60221452"
],
"locations": [
"113N21"
]
},
"orderWeight": 134,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "DKR08585515",
"orderPickItems": {
"SKUs": [
"60221452"
],
"locations": [
"109G11"
]
},
"orderWeight": 134,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "DKR08585621",
"orderPickItems": {
"SKUs": [
"60221452"
],
"locations": [
"109D31"
]
},
"orderWeight": 134,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "DKR08585546",
"orderPickItems": {
"SKUs": [
"60221452"
],
"locations": [
"110N21"
]
},
"orderWeight": 135,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07919421",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"112O11"
]
},
"orderWeight": 135,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07919872",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"112O41"
]
},
"orderWeight": 135,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07920885",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"112X41"
]
},
"orderWeight": 136,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07920892",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"112X11"
]
},
"orderWeight": 136,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07923305",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"110T41"
]
},
"orderWeight": 136,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07923435",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"110T21"
]
},
"orderWeight": 137,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07919858",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"110U41"
]
},
"orderWeight": 137,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07919537",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"110U11"
]
},
"orderWeight": 137,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07923428",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"111T11"
]
},
"orderWeight": 138,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07922643",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"111T41"
]
},
"orderWeight": 138,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07919513",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"109S31"
]
},
"orderWeight": 138,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GAM07919438",
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"109S11"
]
},
"orderWeight": 139,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "SRM12363315",
"orderPickItems": {
"SKUs": [
"00397736"
],
"locations": [
"111U15"
]
},
"orderWeight": 139,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "SRM12363360",
"orderPickItems": {
"SKUs": [
"00397736"
],
"locations": [
"113D17"
]
},
"orderWeight": 139,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "SRM12363353",
"orderPickItems": {
"SKUs": [
"00397736"
],
"locations": [
"114E15"
]
},
"orderWeight": 140,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "PLB83143177",
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112V46"
]
},
"orderWeight": 140,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "PLB83143146",
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112U26"
]
},
"orderWeight": 140,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "PLB83140763",
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112R25"
]
},
"orderWeight": 141,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "PLB83144228",
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"110W35"
]
},
"orderWeight": 141,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "PLB83144327",
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"110V24"
]
},
"orderWeight": 141,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "PLB83144235",
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"110T24"
]
},
"orderWeight": 142,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "PLB83144211",
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"110T45"
]
},
"orderWeight": 142,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "PLB83139804",
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112S24"
]
},
"orderWeight": 142,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "PLB83139798",
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112V14"
]
},
"orderWeight": 143,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "PLB83140572",
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112V44"
]
},
"orderWeight": 143,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GLL02251235",
"orderPickItems": {
"SKUs": [
"10390701"
],
"locations": [
"111F34"
]
},
"orderWeight": 143,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "GLL02251242",
"orderPickItems": {
"SKUs": [
"10390701"
],
"locations": [
"111D14"
]
},
"orderWeight": 144,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "SRM12367085",
"orderPickItems": {
"SKUs": [
"80409410"
],
"locations": [
"114E34"
]
},
"orderWeight": 144,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
},
{
"orderId": "SRM12367078",
"orderPickItems": {
"SKUs": [
"80409410"
],
"locations": [
"114E44"
]
},
"orderWeight": 145,
"orderVolume": null,
"orderWidth": 1300,
"orderHeight": 2600,
"orderLength": 850,
"orderCDT": 20
}
],
"requestType": "multibatch"
},
"warehouseManagementSystemControl": {
"requestId": "T354184"
}
}{
"_meta": {
"warehouse": {
"tag": "ARA",
"uuid": ""
}
},
"requestData": {
"auth": "service_demo",
"destination": "DOCK15B",
"forceBatchBoxes": [],
"mobileUnitCapacities": {
"CDT": null,
"length": 1360,
"numOrders": 4,
"volume": 2.5,
"weight": 1600
},
"mobileUnitId": "CART",
"origin": "DOCK09",
"pickRoundId": "batch_id",
"requestType": "multibatch",
"returnPickerHints": false,
"unassignedOrders": [
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "ARA43372142",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40500369"
],
"locations": [
"050X22"
]
},
"orderVolume": null,
"orderWeight": 129,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "ARA43948309",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40500369"
],
"locations": [
"043X12"
]
},
"orderVolume": null,
"orderWeight": 129,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "ARA43948330",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40500369"
],
"locations": [
"042S44"
]
},
"orderVolume": null,
"orderWeight": 130,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "ARA44088738",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40500369"
],
"locations": [
"023U34"
]
},
"orderVolume": null,
"orderWeight": 130,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "ARA43363966",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"60500368"
],
"locations": [
"029T36"
]
},
"orderVolume": null,
"orderWeight": 130,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "ARA43947142",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"60500368"
],
"locations": [
"022V21"
]
},
"orderVolume": null,
"orderWeight": 131,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "ARA43947159",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"60500368"
],
"locations": [
"022W21"
]
},
"orderVolume": null,
"orderWeight": 131,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "ARA43947135",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"60500368"
],
"locations": [
"022X16"
]
},
"orderVolume": null,
"orderWeight": 131,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "DKR08585454",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"50204655"
],
"locations": [
"109P21"
]
},
"orderVolume": null,
"orderWeight": 132,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "DKR08585416",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"50204655"
],
"locations": [
"111N41"
]
},
"orderVolume": null,
"orderWeight": 132,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "DKR08585409",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"50204655"
],
"locations": [
"110K11"
]
},
"orderVolume": null,
"orderWeight": 132,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "DKR08585430",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"50204655"
],
"locations": [
"109N11"
]
},
"orderVolume": null,
"orderWeight": 133,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "DKR08585423",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"50204655"
],
"locations": [
"109N31"
]
},
"orderVolume": null,
"orderWeight": 133,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "DKR08585539",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"60221452"
],
"locations": [
"112S21"
]
},
"orderVolume": null,
"orderWeight": 133,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "DKR08585522",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"60221452"
],
"locations": [
"113N21"
]
},
"orderVolume": null,
"orderWeight": 134,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "DKR08585515",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"60221452"
],
"locations": [
"109G11"
]
},
"orderVolume": null,
"orderWeight": 134,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "DKR08585621",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"60221452"
],
"locations": [
"109D31"
]
},
"orderVolume": null,
"orderWeight": 134,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "DKR08585546",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"60221452"
],
"locations": [
"110N21"
]
},
"orderVolume": null,
"orderWeight": 135,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07919421",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"112O11"
]
},
"orderVolume": null,
"orderWeight": 135,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07919872",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"112O41"
]
},
"orderVolume": null,
"orderWeight": 135,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07920885",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"112X41"
]
},
"orderVolume": null,
"orderWeight": 136,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07920892",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"112X11"
]
},
"orderVolume": null,
"orderWeight": 136,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07923305",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"110T41"
]
},
"orderVolume": null,
"orderWeight": 136,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07923435",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"110T21"
]
},
"orderVolume": null,
"orderWeight": 137,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07919858",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"110U41"
]
},
"orderVolume": null,
"orderWeight": 137,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07919537",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"110U11"
]
},
"orderVolume": null,
"orderWeight": 137,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07923428",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"111T11"
]
},
"orderVolume": null,
"orderWeight": 138,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07922643",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"111T41"
]
},
"orderVolume": null,
"orderWeight": 138,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07919513",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"109S31"
]
},
"orderVolume": null,
"orderWeight": 138,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GAM07919438",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"40334695"
],
"locations": [
"109S11"
]
},
"orderVolume": null,
"orderWeight": 139,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "SRM12363315",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"00397736"
],
"locations": [
"111U15"
]
},
"orderVolume": null,
"orderWeight": 139,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "SRM12363360",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"00397736"
],
"locations": [
"113D17"
]
},
"orderVolume": null,
"orderWeight": 139,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "SRM12363353",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"00397736"
],
"locations": [
"114E15"
]
},
"orderVolume": null,
"orderWeight": 140,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "PLB83143177",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112V46"
]
},
"orderVolume": null,
"orderWeight": 140,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "PLB83143146",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112U26"
]
},
"orderVolume": null,
"orderWeight": 140,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "PLB83140763",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112R25"
]
},
"orderVolume": null,
"orderWeight": 141,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "PLB83144228",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"110W35"
]
},
"orderVolume": null,
"orderWeight": 141,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "PLB83144327",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"110V24"
]
},
"orderVolume": null,
"orderWeight": 141,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "PLB83144235",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"110T24"
]
},
"orderVolume": null,
"orderWeight": 142,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "PLB83144211",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"110T45"
]
},
"orderVolume": null,
"orderWeight": 142,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "PLB83139804",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112S24"
]
},
"orderVolume": null,
"orderWeight": 142,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "PLB83139798",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112V14"
]
},
"orderVolume": null,
"orderWeight": 143,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "PLB83140572",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"30454570"
],
"locations": [
"112V44"
]
},
"orderVolume": null,
"orderWeight": 143,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GLL02251235",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"10390701"
],
"locations": [
"111F34"
]
},
"orderVolume": null,
"orderWeight": 143,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "GLL02251242",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"10390701"
],
"locations": [
"111D14"
]
},
"orderVolume": null,
"orderWeight": 144,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "SRM12367085",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"80409410"
],
"locations": [
"114E34"
]
},
"orderVolume": null,
"orderWeight": 144,
"orderWidth": 1300
},
{
"orderCDT": 20,
"orderHeight": 2600,
"orderId": "SRM12367078",
"orderLength": 850,
"orderPickItems": {
"SKUs": [
"80409410"
],
"locations": [
"114E44"
]
},
"orderVolume": null,
"orderWeight": 145,
"orderWidth": 1300
}
],
"userId": "user"
},
"requestType": "multibatch",
"responseData": {
"batch_1": {
"SKUs": [
"40500369"
],
"batchVolume": null,
"batchWeight": 129.0,
"locations": [
"050X22"
],
"orderIds": [
"ARA43372142"
],
"responseTimeTakenSeconds": 0.005324,
"totalDistanceMeters": 288.64
},
"batch_10": {
"SKUs": [
"50204655"
],
"batchVolume": null,
"batchWeight": 132.0,
"locations": [
"111N41"
],
"orderIds": [
"DKR08585416"
],
"responseTimeTakenSeconds": 0.086514,
"totalDistanceMeters": 295.96
},
"batch_11": {
"SKUs": [
"50204655"
],
"batchVolume": null,
"batchWeight": 132.0,
"locations": [
"110K11"
],
"orderIds": [
"DKR08585409"
],
"responseTimeTakenSeconds": 0.095213,
"totalDistanceMeters": 271.92
},
"batch_12": {
"SKUs": [
"50204655"
],
"batchVolume": null,
"batchWeight": 133.0,
"locations": [
"109N11"
],
"orderIds": [
"DKR08585430"
],
"responseTimeTakenSeconds": 0.103783,
"totalDistanceMeters": 283.97
},
"batch_13": {
"SKUs": [
"50204655"
],
"batchVolume": null,
"batchWeight": 133.0,
"locations": [
"109N31"
],
"orderIds": [
"DKR08585423"
],
"responseTimeTakenSeconds": 0.112233,
"totalDistanceMeters": 283.97
},
"batch_14": {
"SKUs": [
"60221452"
],
"batchVolume": null,
"batchWeight": 133.0,
"locations": [
"112S21"
],
"orderIds": [
"DKR08585539"
],
"responseTimeTakenSeconds": 0.120565,
"totalDistanceMeters": 335.6
},
"batch_15": {
"SKUs": [
"60221452"
],
"batchVolume": null,
"batchWeight": 134.0,
"locations": [
"113N21"
],
"orderIds": [
"DKR08585522"
],
"responseTimeTakenSeconds": 0.129035,
"totalDistanceMeters": 308.04
},
"batch_16": {
"SKUs": [
"60221452"
],
"batchVolume": null,
"batchWeight": 134.0,
"locations": [
"109G11"
],
"orderIds": [
"DKR08585515"
],
"responseTimeTakenSeconds": 0.137649,
"totalDistanceMeters": 247.96
},
"batch_17": {
"SKUs": [
"60221452"
],
"batchVolume": null,
"batchWeight": 134.0,
"locations": [
"109D31"
],
"orderIds": [
"DKR08585621"
],
"responseTimeTakenSeconds": 0.145926,
"totalDistanceMeters": 227.98
},
"batch_18": {
"SKUs": [
"60221452"
],
"batchVolume": null,
"batchWeight": 135.0,
"locations": [
"110N21"
],
"orderIds": [
"DKR08585546"
],
"responseTimeTakenSeconds": 0.154121,
"totalDistanceMeters": 295.2
},
"batch_19": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 135.0,
"locations": [
"112O11"
],
"orderIds": [
"GAM07919421"
],
"responseTimeTakenSeconds": 0.162685,
"totalDistanceMeters": 318.92
},
"batch_2": {
"SKUs": [
"40500369"
],
"batchVolume": null,
"batchWeight": 129.0,
"locations": [
"043X12"
],
"orderIds": [
"ARA43948309"
],
"responseTimeTakenSeconds": 0.014796,
"totalDistanceMeters": 322.88
},
"batch_20": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 135.0,
"locations": [
"112O41"
],
"orderIds": [
"GAM07919872"
],
"responseTimeTakenSeconds": 0.171166,
"totalDistanceMeters": 318.92
},
"batch_21": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 136.0,
"locations": [
"112X41"
],
"orderIds": [
"GAM07920885"
],
"responseTimeTakenSeconds": 0.179609,
"totalDistanceMeters": 366.41
},
"batch_22": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 136.0,
"locations": [
"112X11"
],
"orderIds": [
"GAM07920892"
],
"responseTimeTakenSeconds": 0.188196,
"totalDistanceMeters": 366.41
},
"batch_23": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 136.0,
"locations": [
"110T41"
],
"orderIds": [
"GAM07923305"
],
"responseTimeTakenSeconds": 0.196506,
"totalDistanceMeters": 331.29
},
"batch_24": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 137.0,
"locations": [
"110T21"
],
"orderIds": [
"GAM07923435"
],
"responseTimeTakenSeconds": 0.204678,
"totalDistanceMeters": 331.29
},
"batch_25": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 137.0,
"locations": [
"110U41"
],
"orderIds": [
"GAM07919858"
],
"responseTimeTakenSeconds": 0.212793,
"totalDistanceMeters": 331.29
},
"batch_26": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 137.0,
"locations": [
"110U11"
],
"orderIds": [
"GAM07919537"
],
"responseTimeTakenSeconds": 0.221043,
"totalDistanceMeters": 331.29
},
"batch_27": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 138.0,
"locations": [
"111T11"
],
"orderIds": [
"GAM07923428"
],
"responseTimeTakenSeconds": 0.228992,
"totalDistanceMeters": 333.99
},
"batch_28": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 138.0,
"locations": [
"111T41"
],
"orderIds": [
"GAM07922643"
],
"responseTimeTakenSeconds": 0.237011,
"totalDistanceMeters": 333.99
},
"batch_29": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 138.0,
"locations": [
"109S31"
],
"orderIds": [
"GAM07919513"
],
"responseTimeTakenSeconds": 0.244638,
"totalDistanceMeters": 317.88
},
"batch_3": {
"SKUs": [
"40500369"
],
"batchVolume": null,
"batchWeight": 130.0,
"locations": [
"042S44"
],
"orderIds": [
"ARA43948330"
],
"responseTimeTakenSeconds": 0.023484,
"totalDistanceMeters": 302.43
},
"batch_30": {
"SKUs": [
"40334695"
],
"batchVolume": null,
"batchWeight": 139.0,
"locations": [
"109S11"
],
"orderIds": [
"GAM07919438"
],
"responseTimeTakenSeconds": 0.252518,
"totalDistanceMeters": 317.88
},
"batch_31": {
"SKUs": [
"00397736"
],
"batchVolume": null,
"batchWeight": 139.0,
"locations": [
"111U15"
],
"orderIds": [
"SRM12363315"
],
"responseTimeTakenSeconds": 0.260393,
"totalDistanceMeters": 333.99
},
"batch_32": {
"SKUs": [
"00397736"
],
"batchVolume": null,
"batchWeight": 139.0,
"locations": [
"113D17"
],
"orderIds": [
"SRM12363360"
],
"responseTimeTakenSeconds": 0.273937,
"totalDistanceMeters": 252.37
},
"batch_33": {
"SKUs": [
"00397736"
],
"batchVolume": null,
"batchWeight": 140.0,
"locations": [
"114E15"
],
"orderIds": [
"SRM12363353"
],
"responseTimeTakenSeconds": 0.282576,
"totalDistanceMeters": 272.21
},
"batch_34": {
"SKUs": [
"30454570"
],
"batchVolume": null,
"batchWeight": 140.0,
"locations": [
"112V46"
],
"orderIds": [
"PLB83143177"
],
"responseTimeTakenSeconds": 0.290527,
"totalDistanceMeters": 354.77
},
"batch_35": {
"SKUs": [
"30454570"
],
"batchVolume": null,
"batchWeight": 140.0,
"locations": [
"112U26"
],
"orderIds": [
"PLB83143146"
],
"responseTimeTakenSeconds": 0.298347,
"totalDistanceMeters": 343.13
},
"batch_36": {
"SKUs": [
"30454570"
],
"batchVolume": null,
"batchWeight": 141.0,
"locations": [
"112R25"
],
"orderIds": [
"PLB83140763"
],
"responseTimeTakenSeconds": 0.306073,
"totalDistanceMeters": 330.56
},
"batch_37": {
"SKUs": [
"30454570"
],
"batchVolume": null,
"batchWeight": 141.0,
"locations": [
"110W35"
],
"orderIds": [
"PLB83144228"
],
"responseTimeTakenSeconds": 0.313767,
"totalDistanceMeters": 354.57
},
"batch_38": {
"SKUs": [
"30454570"
],
"batchVolume": null,
"batchWeight": 141.0,
"locations": [
"110V24"
],
"orderIds": [
"PLB83144327"
],
"responseTimeTakenSeconds": 0.321377,
"totalDistanceMeters": 342.93
},
"batch_39": {
"SKUs": [
"30454570"
],
"batchVolume": null,
"batchWeight": 142.0,
"locations": [
"110T24"
],
"orderIds": [
"PLB83144235"
],
"responseTimeTakenSeconds": 0.329267,
"totalDistanceMeters": 331.29
},
"batch_4": {
"SKUs": [
"40500369"
],
"batchVolume": null,
"batchWeight": 130.0,
"locations": [
"023U34"
],
"orderIds": [
"ARA44088738"
],
"responseTimeTakenSeconds": 0.032756,
"totalDistanceMeters": 421.29
},
"batch_40": {
"SKUs": [
"30454570"
],
"batchVolume": null,
"batchWeight": 142.0,
"locations": [
"110T45"
],
"orderIds": [
"PLB83144211"
],
"responseTimeTakenSeconds": 0.337198,
"totalDistanceMeters": 331.29
},
"batch_41": {
"SKUs": [
"30454570"
],
"batchVolume": null,
"batchWeight": 142.0,
"locations": [
"112S24"
],
"orderIds": [
"PLB83139804"
],
"responseTimeTakenSeconds": 0.344355,
"totalDistanceMeters": 335.6
},
"batch_42": {
"SKUs": [
"30454570"
],
"batchVolume": null,
"batchWeight": 143.0,
"locations": [
"112V14"
],
"orderIds": [
"PLB83139798"
],
"responseTimeTakenSeconds": 0.351977,
"totalDistanceMeters": 354.77
},
"batch_43": {
"SKUs": [
"30454570"
],
"batchVolume": null,
"batchWeight": 143.0,
"locations": [
"112V44"
],
"orderIds": [
"PLB83140572"
],
"responseTimeTakenSeconds": 0.359447,
"totalDistanceMeters": 354.77
},
"batch_44": {
"SKUs": [
"10390701"
],
"batchVolume": null,
"batchWeight": 143.0,
"locations": [
"111F34"
],
"orderIds": [
"GLL02251235"
],
"responseTimeTakenSeconds": 0.367185,
"totalDistanceMeters": 249.05
},
"batch_45": {
"SKUs": [
"10390701"
],
"batchVolume": null,
"batchWeight": 144.0,
"locations": [
"111D14"
],
"orderIds": [
"GLL02251242"
],
"responseTimeTakenSeconds": 0.374725,
"totalDistanceMeters": 240.15
},
"batch_46": {
"SKUs": [
"80409410"
],
"batchVolume": null,
"batchWeight": 144.0,
"locations": [
"114E34"
],
"orderIds": [
"SRM12367085"
],
"responseTimeTakenSeconds": 0.382936,
"totalDistanceMeters": 272.21
},
"batch_47": {
"SKUs": [
"80409410"
],
"batchVolume": null,
"batchWeight": 145.0,
"locations": [
"114E44"
],
"orderIds": [
"SRM12367078"
],
"responseTimeTakenSeconds": 0.390822,
"totalDistanceMeters": 272.21
},
"batch_5": {
"SKUs": [
"60500368"
],
"batchVolume": null,
"batchWeight": 130.0,
"locations": [
"029T36"
],
"orderIds": [
"ARA43363966"
],
"responseTimeTakenSeconds": 0.042218,
"totalDistanceMeters": 384.55
},
"batch_6": {
"SKUs": [
"60500368"
],
"batchVolume": null,
"batchWeight": 131.0,
"locations": [
"022V21"
],
"orderIds": [
"ARA43947142"
],
"responseTimeTakenSeconds": 0.051292,
"totalDistanceMeters": 442.52
},
"batch_7": {
"SKUs": [
"60500368"
],
"batchVolume": null,
"batchWeight": 131.0,
"locations": [
"022W21"
],
"orderIds": [
"ARA43947159"
],
"responseTimeTakenSeconds": 0.060104,
"totalDistanceMeters": 454.16
},
"batch_8": {
"SKUs": [
"60500368"
],
"batchVolume": null,
"batchWeight": 131.0,
"locations": [
"022X16"
],
"orderIds": [
"ARA43947135"
],
"responseTimeTakenSeconds": 0.068668,
"totalDistanceMeters": 454.16
},
"batch_9": {
"SKUs": [
"50204655"
],
"batchVolume": null,
"batchWeight": 132.0,
"locations": [
"109P21"
],
"orderIds": [
"DKR08585454"
],
"responseTimeTakenSeconds": 0.077581,
"totalDistanceMeters": 295.37
}
},
"runType": "optimized",
"version": {},
"warehouseManagementSystemControl": {
"requestId": "6439_6748"
}
}Last updated
Was this helpful?