shipping
Shipping - Set Manifested
Mark shipments as manifested, indicating they have been handed off to the carrier.
post/s/ship/shipping/set_manifested
Request body
Example request
{
"store_id": "507f1f77bcf86cd799439011",
"skulabs_shipment_id": "507f1f77bcf86cd799439011"
}Response
Updated order shipments with manifested flag set
Example response
{
"_id": "507f1f77bcf86cd799439011",
"shipments": [
{
"_id": "507f1f77bcf86cd799439011",
"request": {
"_id": "507f1f77bcf86cd799439011",
"store_id": "507f1f77bcf86cd799439011",
"address": {
"country": "US"
},
"origin_address": {
"country": "US"
},
"return_address": {
"country": "US"
},
"rate": {
"carrier_account": {
"_id": "507f1f77bcf86cd799439011"
}
},
"order_items": [
{
"item_id": "507f1f77bcf86cd799439011",
"location_id": "507f1f77bcf86cd799439011"
}
],
"customs_items": [
{
"origin_country": "US"
}
],
"currency": "USD",
"origin": "507f1f77bcf86cd799439011",
"shipping_date": "2025-01-15"
},
"time": "2025-01-15T12:00:00.000Z"
}
]
}Changes
Changed in 2 of the 13 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 85 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲