Order - Bulk Add Manual Shipments
Add manual shipments with tracking information to multiple orders in a single request.
Request body
Response
Bulk shipment results
Example response
{
"results": [
{
"shipments": [
{
"_id": "507f1f77bcf86cd799439011",
"user_id": "507f1f77bcf86cd799439011",
"time": "2025-01-15T12:00:00.000Z"
}
]
}
]
}Changes
Changed in 4 of the 13 revisions of this API.5217
- ▲
the request property
became requiredrequest-property-became-required
- ○
api operation id
post_order_bulk_add_manual_shipmentswas addedapi-operation-id-added
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ▲
- ▲
the
request property type changed fromnumbertoarray, and format fromintegerto no formatrequest-property-type-changed
- ▲
- ▲
added required request body
request-body-added-required
- ●
deleted the
queryrequest parameteroptionsrequest-parameter-removed
- ●
deleted the
queryrequest parameterrowsrequest-parameter-removed
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ▲
- ▲
removed the request body
request-body-removed
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ○
api operation id
post_order_bulk_add_manual_shipmentsremoved and replaced withapi-operation-id-removed
- ○
added the new optional
queryrequest parameteroptionsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterrowsnew-optional-request-parameter
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
This revision also has 85 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲