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.
mutlibatch
POST https://optimizer-kairos-1-dot-kairoslogic.ew.r.appspot.com/multibatch
Headers
Content-type
string
"application/json"
Authentication
string
Not used
Request Body
_meta
string
{ "warehouse": { "tag": "SEINZI", "uuid": "" } }
requestType
string
multiBatch
mobileUnitCapacities
string
{ "numPickItems": 30, "numOrders": null, "volume": null, "weight": null, "length": null, "CDT": null }
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": "x67htrs", "orderPickItems": { "SKUs": ["u12iuf"], "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) } {… next order …},
{
"_meta": {
"warehouse": {
"tag": "TOYO",
"uuid": "TOYO_bo_uuid"
},
"demoTimeStamp": "1970-01-01 00:00:00.020220"
},
"requestType": "multibatch",
"version": {},
"requestData": {
"auth": "service_demo",
"destination": "WH_STARTSTOP0_1",
"forceBatchBoxes": [],
"mobileUnitCapacities": {
"numOrders": 6,
"numPickItems": null,
"volume": null,
"weight": null,
"length": null,
"CDT": null
},
"mobileUnitId": null,
"userId": "52",
"origin": "WH_STARTSTOP0_1",
"pickRoundId": 20220401,
"returnPickerHints": false,
"unassignedOrders": [
{
"orderId": "1_0",
"orderPickItems": {
"SKUs": [
"90902T899071"
],
"locations": [
"X4-H16-2A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_1",
"orderPickItems": {
"SKUs": [
"755784-040"
],
"locations": [
"X4-L15-2B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_2",
"orderPickItems": {
"SKUs": [
"755701-040"
],
"locations": [
"X4-D12-2B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_3",
"orderPickItems": {
"SKUs": [
"58650F318071"
],
"locations": [
"X4-R18-1B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_4",
"orderPickItems": {
"SKUs": [
"755701-040"
],
"locations": [
"X4-D12-2B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_5",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_6",
"orderPickItems": {
"SKUs": [
"675022054071"
],
"locations": [
"X4-C13-3A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_7",
"orderPickItems": {
"SKUs": [
"9001A96010"
],
"locations": [
"X4-P16-3A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_8",
"orderPickItems": {
"SKUs": [
"7523305"
],
"locations": [
"X4-E10-1E"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_9",
"orderPickItems": {
"SKUs": [
"9001A96010"
],
"locations": [
"X4-P16-3A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_10",
"orderPickItems": {
"SKUs": [
"7523305"
],
"locations": [
"X4-E10-1E"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_11",
"orderPickItems": {
"SKUs": [
"755704-040"
],
"locations": [
"X4-M10-2C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_12",
"orderPickItems": {
"SKUs": [
"SJU700514HUZ"
],
"locations": [
"X4-D15-2C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_13",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_14",
"orderPickItems": {
"SKUs": [
"51721T100071"
],
"locations": [
"X4-D10-2B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_15",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_16",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_17",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_18",
"orderPickItems": {
"SKUs": [
"211851"
],
"locations": [
"X4-J10-2D"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_19",
"orderPickItems": {
"SKUs": [
"7600561"
],
"locations": [
"X4-D11-3A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_20",
"orderPickItems": {
"SKUs": [
"3850104TAD"
],
"locations": [
"X4-P14-3H"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_21",
"orderPickItems": {
"SKUs": [
"7532239"
],
"locations": [
"X4-J10-3A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_22",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_23",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_24",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_25",
"orderPickItems": {
"SKUs": [
"7571028"
],
"locations": [
"X4-F17-1D"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_26",
"orderPickItems": {
"SKUs": [
"7591477"
],
"locations": [
"X4-L17-1C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_27",
"orderPickItems": {
"SKUs": [
"136140"
],
"locations": [
"X4-N17-1C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_28",
"orderPickItems": {
"SKUs": [
"7538001"
],
"locations": [
"X4-C16-2C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_29",
"orderPickItems": {
"SKUs": [
"755701-040"
],
"locations": [
"X4-D12-2B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_30",
"orderPickItems": {
"SKUs": [
"653808-005"
],
"locations": [
"X4-L11-1B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_31",
"orderPickItems": {
"SKUs": [
"7583163"
],
"locations": [
"X4-C15-3E"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_32",
"orderPickItems": {
"SKUs": [
"7677854"
],
"locations": [
"X4-H12-3F"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_33",
"orderPickItems": {
"SKUs": [
"755701-040"
],
"locations": [
"X4-D12-2B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_34",
"orderPickItems": {
"SKUs": [
"T109M-CNT"
],
"locations": [
"X4-L12-2D"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_35",
"orderPickItems": {
"SKUs": [
"755706-040"
],
"locations": [
"X4-D16-2G"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_36",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_37",
"orderPickItems": {
"SKUs": [
"52211F116071"
],
"locations": [
"X4-F13-2C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_38",
"orderPickItems": {
"SKUs": [
"653819-009"
],
"locations": [
"X4-J10-1I"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_39",
"orderPickItems": {
"SKUs": [
"7525402-003"
],
"locations": [
"X4-G13-3E"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_40",
"orderPickItems": {
"SKUs": [
"7631212-005"
],
"locations": [
"X4-R13-3B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_41",
"orderPickItems": {
"SKUs": [
"755704-040"
],
"locations": [
"X4-M10-2C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_42",
"orderPickItems": {
"SKUs": [
"RAM-201U-D-RAM"
],
"locations": [
"X4-D16-1D"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_43",
"orderPickItems": {
"SKUs": [
"7502704"
],
"locations": [
"X4-M12-3B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_44",
"orderPickItems": {
"SKUs": [
"RAM-201U-D-RAM"
],
"locations": [
"X4-D16-1D"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_45",
"orderPickItems": {
"SKUs": [
"7502704"
],
"locations": [
"X4-M12-3B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_46",
"orderPickItems": {
"SKUs": [
"7631212-005"
],
"locations": [
"X4-R13-3B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_47",
"orderPickItems": {
"SKUs": [
"7563913"
],
"locations": [
"X4-P14-3C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_48",
"orderPickItems": {
"SKUs": [
"80224T805071"
],
"locations": [
"X4-G14-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_49",
"orderPickItems": {
"SKUs": [
"7631212-005"
],
"locations": [
"X4-R13-3B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_50",
"orderPickItems": {
"SKUs": [
"7523305"
],
"locations": [
"X4-E10-1E"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_51",
"orderPickItems": {
"SKUs": [
"7533821"
],
"locations": [
"X4-C17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_52",
"orderPickItems": {
"SKUs": [
"55257T105071"
],
"locations": [
"X4-D17-2A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_53",
"orderPickItems": {
"SKUs": [
"9001A96010"
],
"locations": [
"X4-P16-3A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_54",
"orderPickItems": {
"SKUs": [
"161107815671"
],
"locations": [
"X4-M12-2I"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_55",
"orderPickItems": {
"SKUs": [
"7660078"
],
"locations": [
"X4-G10-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_56",
"orderPickItems": {
"SKUs": [
"755704-040"
],
"locations": [
"X4-M10-2C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_57",
"orderPickItems": {
"SKUs": [
"7619145"
],
"locations": [
"X4-D14-2C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_58",
"orderPickItems": {
"SKUs": [
"675022054071"
],
"locations": [
"X4-C13-3A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_59",
"orderPickItems": {
"SKUs": [
"7660078"
],
"locations": [
"X4-G10-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_60",
"orderPickItems": {
"SKUs": [
"7600561"
],
"locations": [
"X4-D11-3A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_61",
"orderPickItems": {
"SKUs": [
"21144T978071"
],
"locations": [
"X4-L16-2A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_62",
"orderPickItems": {
"SKUs": [
"7619145"
],
"locations": [
"X4-D14-2C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_63",
"orderPickItems": {
"SKUs": [
"7582439"
],
"locations": [
"X4-C15-3C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_64",
"orderPickItems": {
"SKUs": [
"653827-015"
],
"locations": [
"X4-E16-2F"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_65",
"orderPickItems": {
"SKUs": [
"111-04890HBH"
],
"locations": [
"X4-H18-2A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_66",
"orderPickItems": {
"SKUs": [
"759614"
],
"locations": [
"X4-O15-2B"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_67",
"orderPickItems": {
"SKUs": [
"7600561"
],
"locations": [
"X4-D11-3A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_68",
"orderPickItems": {
"SKUs": [
"755704-040"
],
"locations": [
"X4-M10-2C"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_69",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_70",
"orderPickItems": {
"SKUs": [
"924234-1005MAI"
],
"locations": [
"X4-J16-2A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_71",
"orderPickItems": {
"SKUs": [
"326701262071"
],
"locations": [
"X4-H17-1A"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_72",
"orderPickItems": {
"SKUs": [
"T168S-CNT"
],
"locations": [
"X4-N16-2E"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
},
{
"orderId": "1_73",
"orderPickItems": {
"SKUs": [
"T109M-CNT"
],
"locations": [
"X4-L12-2D"
]
},
"orderWeight": null,
"orderVolume": null,
"orderWidth": null,
"orderLength": null,
"orderHeight": null,
"orderCDT": null
}
],
"requestType": "multibatch"
},
"warehouseManagementSystemControl": {
"requestId": 20220401
}Last updated
