Manifest a previously generated shipment label.
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
shipiumShipmentId
string
required
carrierSelectionId
string
required
shipiumLabelId
string
required
Add Field
200 Manifested label.
404 Unable to find Carrier Label
ShellNodeRubyPHPPython
Bearer
xxxxxxxxxx
curl --request POST \
--url https://api.shipium.com/api/v1/deliveryexperience/shipment/shipiumShipmentId/carrierSelection/carrierSelectionId/label/shipiumLabelId/manifest \
--header 'accept: application/json' \
--header 'content-type: application/json'
{ "status": "200" }
{ "status": "404" }