Page cover

Pick route optimization - API

Specification for pickroute API Request and Response

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": "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