Single batch optimization - API

Singlebatch returns the best next batch to pick from a list of "unassignedOrders" to be batched. In each unassigned order there can be one or multiple products.

single batch

POST https://optimizer-ara-stage-dot-kairoslogic.ew.r.appspot.com/singlebatch

Endpoint to get the next best route optimized batch

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

singleBatch

mobileUnitCapacities

string

{ "numOrders": 4, (positive integer number): The maximum number of orders in one batch. Default = 4 for ARAMIS. "volume": null, ( positive floating point number or null): The maximum volume in one batch. Default = 4.0 (m^3). "length": 1360,( positive floating point number): The maximum length in one batch. Default = 1360(cm). "width": null,( positive floating point number): The maximum width in one batch. Default = null (m). "height": null,( positive floating point number): The maximum height in one batch. Default = null (m). "weight": 1600,( positive floating point number): The maximum weight in one batch. Default = 1600 (kg). }

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": "", "orderPickItems": { "SKUs": [""], "locations": ["B1- 14-3"] }, "orderVolume": 0.92,( positive floating point number): The Volume of this order (of the items together)/ box/ pallet. Default = 2.5 (m^3). "orderWeight": 0.0 , ( positive floating point number): The Weight of this order (the sum of the Weight of the items)/ box/ pallet. Default . Default = null (kg) "orderlength": null,( positive floating point number): The length of this order/box/pallet. Default . Default = 1.2(m). "orderwidth": null,( positive floating point number): The width of this order/box/pallet. Default . Default = null (m). "orderheight": null,( positive floating point number): The height of this order/box/pallet. Default . Default = null (m). "orderCDT": null,( positive floating point number): The maximum "capacity during transport" (weight on top) for this order/box/pallet. Default = null (kg). } {… next order …},

{
 "_meta": {
  "warehouse": {
   "tag": "ARA",
   "uuid": ""
  }
 },
 "requestType": "singlebatch",
 "version": {},
 "requestData": {
  "auth": "service_demo",
  "destination": "DOCK11B",
  "forceBatchBoxes": [],
  "mobileUnitCapacities": {
   "numOrders": 4,
   "volume": 2.5,
   "weight": 1600,
   "length": 1360,
   "CDT": null
  },
  "mobileUnitId": "CART",
  "origin": "DOCK11B",
  "pickRoundId": "batch_id",
  "returnPickerHints": false,
  "unassignedOrders": [
   {
    "orderId": "ARA39304829",
    "orderPickItems": {
     "SKUs": [
      "70242982"
     ],
     "locations": [
      "044K14"
     ]
    },
    "orderWeight": 112,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 2600,
    "orderLength": 850,
    "orderCDT": 20
   },
   {
    "orderId": "ARA39543648",
    "orderPickItems": {
     "SKUs": [
      "50433770"
     ],
     "locations": [
      "051G18"
     ]
    },
    "orderWeight": 104,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 875,
    "orderCDT": 20
   },
   {
    "orderId": "ARA39543440",
    "orderPickItems": {
     "SKUs": [
      "50433770"
     ],
     "locations": [
      "051G28"
     ]
    },
    "orderWeight": 104,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 875,
    "orderCDT": 20
   },
   {
    "orderId": "ARA39503482",
    "orderPickItems": {
     "SKUs": [
      "60351858"
     ],
     "locations": [
      "052V33"
     ]
    },
    "orderWeight": 103,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 900,
    "orderCDT": 20
   },
   {
    "orderId": "ARM41845814",
    "orderPickItems": {
     "SKUs": [
      "40425855"
     ],
     "locations": [
      "055P41"
     ]
    },
    "orderWeight": 107,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 2600,
    "orderLength": 1500,
    "orderCDT": 80
   },
   {
    "orderId": "ARA39515362",
    "orderPickItems": {
     "SKUs": [
      "60351858"
     ],
     "locations": [
      "057U45"
     ]
    },
    "orderWeight": 103,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 900,
    "orderCDT": 20
   },
   {
    "orderId": "ARM42134924",
    "orderPickItems": {
     "SKUs": [
      "50244487"
     ],
     "locations": [
      "060J33"
     ]
    },
    "orderWeight": 157,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 825,
    "orderCDT": 110
   },
   {
    "orderId": "ARM42134856",
    "orderPickItems": {
     "SKUs": [
      "50244487"
     ],
     "locations": [
      "064H34"
     ]
    },
    "orderWeight": 157,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 825,
    "orderCDT": 110
   },
   {
    "orderId": "ARM42056790",
    "orderPickItems": {
     "SKUs": [
      "244499"
     ],
     "locations": [
      "066U46"
     ]
    },
    "orderWeight": 104,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1150,
    "orderLength": 850,
    "orderCDT": 157
   },
   {
    "orderId": "ARM42056578",
    "orderPickItems": {
     "SKUs": [
      "244499"
     ],
     "locations": [
      "066S46"
     ]
    },
    "orderWeight": 104,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1150,
    "orderLength": 850,
    "orderCDT": 157
   },
   {
    "orderId": "ARM42189788",
    "orderPickItems": {
     "SKUs": [
      "60453588"
     ],
     "locations": [
      "067L12"
     ]
    },
    "orderWeight": 170,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1150,
    "orderLength": 875,
    "orderCDT": 255
   },
   {
    "orderId": "ARM42190562",
    "orderPickItems": {
     "SKUs": [
      "60453588"
     ],
     "locations": [
      "067K33"
     ]
    },
    "orderWeight": 170,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1150,
    "orderLength": 875,
    "orderCDT": 255
   },
   {
    "orderId": "ARM42189719",
    "orderPickItems": {
     "SKUs": [
      "60453588"
     ],
     "locations": [
      "067M23"
     ]
    },
    "orderWeight": 170,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1150,
    "orderLength": 875,
    "orderCDT": 255
   },
   {
    "orderId": "ARM42189733",
    "orderPickItems": {
     "SKUs": [
      "60453588"
     ],
     "locations": [
      "067M12"
     ]
    },
    "orderWeight": 170,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1150,
    "orderLength": 875,
    "orderCDT": 255
   },
   {
    "orderId": "ARA39588885",
    "orderPickItems": {
     "SKUs": [
      "50433765"
     ],
     "locations": [
      "067K41"
     ]
    },
    "orderWeight": 55,
    "orderVolume": null,
    "orderWidth": 1400,
    "orderHeight": 1150,
    "orderLength": 670,
    "orderCDT": 100
   },
   {
    "orderId": "ARM42132784",
    "orderPickItems": {
     "SKUs": [
      "80244476"
     ],
     "locations": [
      "067J21"
     ]
    },
    "orderWeight": 177,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1150,
    "orderLength": 825,
    "orderCDT": 185
   },
   {
    "orderId": "ARM41941073",
    "orderPickItems": {
     "SKUs": [
      "90244485"
     ],
     "locations": [
      "070E26"
     ]
    },
    "orderWeight": 148,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 850,
    "orderCDT": 222
   },
   {
    "orderId": "ARM41940984",
    "orderPickItems": {
     "SKUs": [
      "90244485"
     ],
     "locations": [
      "071H14"
     ]
    },
    "orderWeight": 148,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 850,
    "orderCDT": 222
   },
   {
    "orderId": "ARM42137918",
    "orderPickItems": {
     "SKUs": [
      "50244487"
     ],
     "locations": [
      "071P22"
     ]
    },
    "orderWeight": 157,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 825,
    "orderCDT": 110
   },
   {
    "orderId": "ARM42134863",
    "orderPickItems": {
     "SKUs": [
      "50244487"
     ],
     "locations": [
      "076H23"
     ]
    },
    "orderWeight": 157,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 825,
    "orderCDT": 110
   },
   {
    "orderId": "ARM42134832",
    "orderPickItems": {
     "SKUs": [
      "50244487"
     ],
     "locations": [
      "078U23"
     ]
    },
    "orderWeight": 157,
    "orderVolume": null,
    "orderWidth": 1300,
    "orderHeight": 1650,
    "orderLength": 825,
    "orderCDT": 110
   }
  ],
  "requestType": "multibatch"
 },
 "warehouseManagementSystemControl": {
  "requestId": "0000"
 }
}

Last updated

Was this helpful?