Dock Selection
Kairos dock selection service. Send the request with an "origin" and "destination" as null or as a single dock location and "picksInfo". The response contains a "newOrigin" and a "distanceNew".
dockselection
Request Body
Name
Type
Description
{ "_meta": {
"warehouse": {
"tag": "ARA",
"uuid": "test"
}
},
"requestType": "dockselection",
"requestData": {
"origin": "DOCK03",
"destination": "DOCK03",
"mobileUnitId": "",
"pickRoundId": "479115",
"picksInfo": {
"locations": [
"068F34",
"067U34"
],
"SKUs": [
"80311734",
"40272230"
]
}
}
}Last updated