v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
order

Order - Bulk Add Manual Shipments

Add manual shipments with tracking information to multiple orders in a single request.

post/order/bulk_add_manual_shipments

Request body

rowsobject[] required

Array of shipment row objects

optionsobject

Additional options

Response

Bulk shipment results

successboolean required

True if no errors occurred in any row

Example response

{
  "results": [
    {
      "shipments": [
        {
          "_id": "507f1f77bcf86cd799439011",
          "user_id": "507f1f77bcf86cd799439011",
          "time": "2025-01-15T12:00:00.000Z"
        }
      ]
    }
  ]
}