DispatchOne Solution
...
LogisticsOrder API
Integrate with Logistics Order
How to: Create Batch Orders
2min
batch order creation allows for processing multiple orders simultaneously using an api recent updates offer enhanced features and support for both csv and json formats for information about prerequisites, see integrate with integrate with logistics order docid\ lgpwxpxeuqvfmdy eddbd create batch orders to create bulk orders, call the following endpoint and specify the required logisticsorder api functionalities docid\ i2nt8t7mn9jrmau8p1mkx in the request body post /orders/batch the request body is specified in json format the following example of a request body shows how to create a new order { "orders" \[ { "dropdetails" { "contact" "string", "location" "string" }, "ordersummary" { "invoicenumber" "string", "orderdescription" "string", "totalweight" { "value" 9999999, "additionalprop1" {} }, "totalvolume" { "value" 9999999, "additionalprop1" {} }, "totalitems" 0, "totalordercost" { "cost" 0, "currencycode" "string", "minorunit" 0 }, "totalinvoice" { "value" 1000000000000, "currencycode" "string", "minorunit" 3 } }, "clientdetails" { "clientname" "string", "clientid" "77macsb7alecm8cdzhl4pwrmco4d5kqasg6dd3 ixe7ezag1ljfidhgivpg\ txfmo05a9hf1dmnu7r020x3kxgpha02xq5ye42qpt59wvo2slsoqsc2otur numctvczausakuvtpqqdw2yimhpcg7pcfkvz3h9\ wdiqnzdpzc5ex50a", "clientorderid" "b3g0 d\ epxkm" }, "mps" { "groupid" "string", "groupsize" 0, "isenabled" true, "ispartial" true }, "ewaybillattributes" { "is valid ewaybill" true, "ewaybills" \[ "string" ] }, "producttype" "string", "planningmode" "string", "modeoftransport" "string", "speedoftransport" "string", "shipmentflow" "string", "pickupdetails" { "contact" "string", "location" "string", "pickupslot" { "from" 0, "to" 0 }, "servicetime" 43200, "instruction" "string" }, "paymentinformation" { "paymenttype" "taoyikefetapfmljrivutthodcpfzgzalovqcrwmjcwlelu", "paymentoption" "string" }, "deliverydetails" { "promiseddeliverydate" "string", "deliveryslot" { "from" 0, "to" 0 }, "servicetime" 43200, "instruction" "string" }, "actions" { "qcvalidation" { "isrequired" true, "requiredat" "pickup" }, "qcvalidationchecklist" {}, "kycverification" { "isrequired" true, "requiredat" "pickup" }, "otpverification" { "isrequired" true, "requiredat" "pickup" }, "signaturecollection" { "isrequired" true, "requiredat" "pickup" } }, "notificationdetails" { "notificationtype" "pickup", "notificationmode" "sms" }, "returndetails" { "contact" "string", "location" "string", "returnslot" { "from" 0, "to" 0 }, "servicetime" 43200 }, "priority" 3, "maxattempts" 3, "teamid" "string", "seqno" 20000, "routetag" "string", "vehiclemodel" "string", "readytoprocess" true, "containers" \[ { "containertype" "shipment", "scannableid" "string", "trackingdetails" { "operator" "string", "trackingid" "string", "isprimary" true }, "attributes" { "dimensions" { "weight" 0, "volume" 0, "additionalprop1" {} }, "additionalprop1" {} } } ] } ], "callback" { "url" "https //delhivery requestcatcher com/", "meta" {} } }