Multi batch optimization - API

multiBatch returns the best batches from list of "unassignedOrders" for a given size of the batch. In each unassigned order there can be one or multiple products.

mutlibatch

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

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

multiBatch

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 = null(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 = null (m^3). "orderWeight": null , ( 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": "multibatch",
  "version": {
    
  },
  "requestData": {
    "auth": "service_demo",
    "destination": "DOCK15B",
    "forceBatchBoxes": [
      
    ],
    "mobileUnitCapacities": {
      "numOrders": 4,
      "volume": 2.5,
      "weight": 1600,
      "length": 1360,
      "CDT": null
    },
    "mobileUnitId": "CART",
	"userId": "user",
    "origin": "DOCK09",
    "pickRoundId": "batch_id",
    "returnPickerHints": false,
    "unassignedOrders": [
      {
        "orderId": "ARA43372142",
        "orderPickItems": {
          "SKUs": [
            "40500369"
          ],
          "locations": [
            "050X22"
          ]
        },
        "orderWeight": 129,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "ARA43948309",
        "orderPickItems": {
          "SKUs": [
            "40500369"
          ],
          "locations": [
            "043X12"
          ]
        },
        "orderWeight": 129,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "ARA43948330",
        "orderPickItems": {
          "SKUs": [
            "40500369"
          ],
          "locations": [
            "042S44"
          ]
        },
        "orderWeight": 130,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "ARA44088738",
        "orderPickItems": {
          "SKUs": [
            "40500369"
          ],
          "locations": [
            "023U34"
          ]
        },
        "orderWeight": 130,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "ARA43363966",
        "orderPickItems": {
          "SKUs": [
            "60500368"
          ],
          "locations": [
            "029T36"
          ]
        },
        "orderWeight": 130,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "ARA43947142",
        "orderPickItems": {
          "SKUs": [
            "60500368"
          ],
          "locations": [
            "022V21"
          ]
        },
        "orderWeight": 131,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "ARA43947159",
        "orderPickItems": {
          "SKUs": [
            "60500368"
          ],
          "locations": [
            "022W21"
          ]
        },
        "orderWeight": 131,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "ARA43947135",
        "orderPickItems": {
          "SKUs": [
            "60500368"
          ],
          "locations": [
            "022X16"
          ]
        },
        "orderWeight": 131,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "DKR08585454",
        "orderPickItems": {
          "SKUs": [
            "50204655"
          ],
          "locations": [
            "109P21"
          ]
        },
        "orderWeight": 132,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "DKR08585416",
        "orderPickItems": {
          "SKUs": [
            "50204655"
          ],
          "locations": [
            "111N41"
          ]
        },
        "orderWeight": 132,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "DKR08585409",
        "orderPickItems": {
          "SKUs": [
            "50204655"
          ],
          "locations": [
            "110K11"
          ]
        },
        "orderWeight": 132,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "DKR08585430",
        "orderPickItems": {
          "SKUs": [
            "50204655"
          ],
          "locations": [
            "109N11"
          ]
        },
        "orderWeight": 133,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "DKR08585423",
        "orderPickItems": {
          "SKUs": [
            "50204655"
          ],
          "locations": [
            "109N31"
          ]
        },
        "orderWeight": 133,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "DKR08585539",
        "orderPickItems": {
          "SKUs": [
            "60221452"
          ],
          "locations": [
            "112S21"
          ]
        },
        "orderWeight": 133,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "DKR08585522",
        "orderPickItems": {
          "SKUs": [
            "60221452"
          ],
          "locations": [
            "113N21"
          ]
        },
        "orderWeight": 134,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "DKR08585515",
        "orderPickItems": {
          "SKUs": [
            "60221452"
          ],
          "locations": [
            "109G11"
          ]
        },
        "orderWeight": 134,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "DKR08585621",
        "orderPickItems": {
          "SKUs": [
            "60221452"
          ],
          "locations": [
            "109D31"
          ]
        },
        "orderWeight": 134,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "DKR08585546",
        "orderPickItems": {
          "SKUs": [
            "60221452"
          ],
          "locations": [
            "110N21"
          ]
        },
        "orderWeight": 135,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07919421",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "112O11"
          ]
        },
        "orderWeight": 135,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07919872",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "112O41"
          ]
        },
        "orderWeight": 135,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07920885",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "112X41"
          ]
        },
        "orderWeight": 136,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07920892",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "112X11"
          ]
        },
        "orderWeight": 136,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07923305",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "110T41"
          ]
        },
        "orderWeight": 136,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07923435",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "110T21"
          ]
        },
        "orderWeight": 137,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07919858",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "110U41"
          ]
        },
        "orderWeight": 137,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07919537",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "110U11"
          ]
        },
        "orderWeight": 137,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07923428",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "111T11"
          ]
        },
        "orderWeight": 138,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07922643",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "111T41"
          ]
        },
        "orderWeight": 138,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07919513",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "109S31"
          ]
        },
        "orderWeight": 138,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GAM07919438",
        "orderPickItems": {
          "SKUs": [
            "40334695"
          ],
          "locations": [
            "109S11"
          ]
        },
        "orderWeight": 139,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "SRM12363315",
        "orderPickItems": {
          "SKUs": [
            "00397736"
          ],
          "locations": [
            "111U15"
          ]
        },
        "orderWeight": 139,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "SRM12363360",
        "orderPickItems": {
          "SKUs": [
            "00397736"
          ],
          "locations": [
            "113D17"
          ]
        },
        "orderWeight": 139,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "SRM12363353",
        "orderPickItems": {
          "SKUs": [
            "00397736"
          ],
          "locations": [
            "114E15"
          ]
        },
        "orderWeight": 140,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "PLB83143177",
        "orderPickItems": {
          "SKUs": [
            "30454570"
          ],
          "locations": [
            "112V46"
          ]
        },
        "orderWeight": 140,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "PLB83143146",
        "orderPickItems": {
          "SKUs": [
            "30454570"
          ],
          "locations": [
            "112U26"
          ]
        },
        "orderWeight": 140,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "PLB83140763",
        "orderPickItems": {
          "SKUs": [
            "30454570"
          ],
          "locations": [
            "112R25"
          ]
        },
        "orderWeight": 141,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "PLB83144228",
        "orderPickItems": {
          "SKUs": [
            "30454570"
          ],
          "locations": [
            "110W35"
          ]
        },
        "orderWeight": 141,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "PLB83144327",
        "orderPickItems": {
          "SKUs": [
            "30454570"
          ],
          "locations": [
            "110V24"
          ]
        },
        "orderWeight": 141,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "PLB83144235",
        "orderPickItems": {
          "SKUs": [
            "30454570"
          ],
          "locations": [
            "110T24"
          ]
        },
        "orderWeight": 142,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "PLB83144211",
        "orderPickItems": {
          "SKUs": [
            "30454570"
          ],
          "locations": [
            "110T45"
          ]
        },
        "orderWeight": 142,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "PLB83139804",
        "orderPickItems": {
          "SKUs": [
            "30454570"
          ],
          "locations": [
            "112S24"
          ]
        },
        "orderWeight": 142,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "PLB83139798",
        "orderPickItems": {
          "SKUs": [
            "30454570"
          ],
          "locations": [
            "112V14"
          ]
        },
        "orderWeight": 143,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "PLB83140572",
        "orderPickItems": {
          "SKUs": [
            "30454570"
          ],
          "locations": [
            "112V44"
          ]
        },
        "orderWeight": 143,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GLL02251235",
        "orderPickItems": {
          "SKUs": [
            "10390701"
          ],
          "locations": [
            "111F34"
          ]
        },
        "orderWeight": 143,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "GLL02251242",
        "orderPickItems": {
          "SKUs": [
            "10390701"
          ],
          "locations": [
            "111D14"
          ]
        },
        "orderWeight": 144,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "SRM12367085",
        "orderPickItems": {
          "SKUs": [
            "80409410"
          ],
          "locations": [
            "114E34"
          ]
        },
        "orderWeight": 144,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      },
      {
        "orderId": "SRM12367078",
        "orderPickItems": {
          "SKUs": [
            "80409410"
          ],
          "locations": [
            "114E44"
          ]
        },
        "orderWeight": 145,
        "orderVolume": null,
        "orderWidth": 1300,
        "orderHeight": 2600,
        "orderLength": 850,
        "orderCDT": 20
      }
    ],
    "requestType": "multibatch"
  },
  "warehouseManagementSystemControl": {
    "requestId": "T354184"
  }
}

Last updated

Was this helpful?