Pick route optimization - API
pickroute
POST
https://optimizer-kairos-1-dot-kairoslogic.ew.r.appspot.com/pickroute
Endpoint create a distance optimized picking list
Headers
Name
Type
Description
Content-type
string
"application/json"
Authentication
string
Not used
Request Body
Name
Type
Description
_meta
string
{ "warehouse": { "tag": "ARA", "uuid": "" } }
requestType
string
"pickroute"
requestData
string
{ "origin": "DOCK10B", "destination": "DOCK10B", "isClockwise": false, "mobileUnitId": "CART", "pickRoundId": "PRO_ARA_ARM41981437_dfd65", "picksInfo": { "SKUs": [ "40272230", "40272231", "40272232" ], "locations": [ "067U34","089B10","067U34""015D34"], "originalSorting": [ 0 , 1, 2 ] }, "returnPickerHints": false, "userId": "" }
{
"_meta": {
"warehouse": {
"tag": "ARA",
"uuid": ""
}
},
"requestType": "pickroute",
"version": {},
"requestData": {
"origin": "DOCK11B",
"destination": "DOCK11B",
"returnPickerHints": false,
"mobileUnitId": "CART",
"pickRoundId": "MPal1812960",
"userId": "",
"picksInfo": {
"locations": [
"044K14",
"051G18",
"051G28",
"052V33",
"055P41",
"057U45",
"060J33",
"064H34",
"066U46",
"066S46",
"067L12",
"067K33",
"067M23",
"067M12",
"067K41",
"067J21",
"070E26",
"071H14",
"071P22",
"076H23",
"078U23"
],
"SKUs": [
"70242982",
"50433770",
"50433770",
"60351858",
"40425855",
"60351858",
"50244487",
"50244487",
"244499",
"244499",
"60453588",
"60453588",
"60453588",
"60453588",
"50433765",
"80244476",
"90244485",
"90244485",
"50244487",
"50244487",
"50244487"
],
"originalSorting": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
"isClockwise": false,
"demoTimeCurrent": ""
},
"warehouseManagementSystemControl": {}
}
Last updated
Was this helpful?