Pick route optimization - API
Specification for pickroute API Request and Response
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"_meta": {
"warehouse": {
"tag": "TOYO",
"uuid": "TOYO_pro_uuid"
},
"demoTimeStamp": "1970-01-01 00:00:00.020220"
},
"requestType": "pickroute",
"version": {},
"requestData": {
"origin": "WH_STARTSTOP0_1",
"destination": "WH_STARTSTOP0_1",
"returnPickerHints": false,
"mobileUnitId": null,
"pickRoundId": 1,
"userId": "52",
"picksInfo": {
"locations": [
"X4-H16-2A",
"X4-L15-2B",
"X4-D12-2B",
"X4-R18-1B",
"X4-D12-2B",
"X4-H17-1A"
],
"SKUs": [
"90902T899071",
"755784-040",
"755701-040",
"58650F318071",
"755701-040",
"326701262071"
],
"originalSorting": [
1,
2,
3,
4,
5,
6
]
},
"isClockwise": false,
"demoTimeCurrent": ""
},
"warehouseManagementSystemControl": {}
}Last updated
