A synchronous bulk orchestration in front of the MegaShipmentProcess, allowing concurrent requests to be created and return results together. Please note that this endpoint is will block while the the full request is completely processed. Failures will not block and are returned alongside the results.
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
includeLedgerInOrchestrationMetadata
boolean
truefalse
shipmentRequests
array of objects
shipmentRequests ADD object
options
object
optionsobject
``200 The orchestrated results of the bulk request.
``400 Invalid inputs were provided.
Updated 26 days ago
ShellNodeRubyPHPPython
Bearer
xxxxxxxxxx
curl --request POST \
--url https://api.shipium.com/api/v1/shipment/bulkprocessing/labels \
--header 'accept: application/json' \
--header 'content-type: application/json'
application/json
200400
Updated 26 days ago