v1
latestOpenAPI 3.0.32026-07-13149852.3 MBorder
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
Response
Bulk shipment results
Example response
{
"results": [
{
"shipments": [
{
"_id": "507f1f77bcf86cd799439011",
"user_id": "507f1f77bcf86cd799439011",
"time": "2025-01-15T12:00:00.000Z"
}
]
}
]
}