v1
latestOpenAPI 3.0.32026-07-13149852.3 MBorder
Order - Add Manual Shipment
Add a manual shipment with tracking information to an order.
post/order/add_manual_shipment
Request body
Example request
{
"store_id": "507f1f77bcf86cd799439011"
}Response
Shipment added successfully
Example response
{
"shipments": [
{
"_id": "507f1f77bcf86cd799439011",
"user_id": "507f1f77bcf86cd799439011",
"time": "2025-01-15T12:00:00.000Z"
}
]
}