Update the specified carrier labels with the carrier and Shipium manifest ids.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

carrierManifestId

string

required

The carrier's identifier for the manifest containing these shipments

shipiumManifestId

string

required

Shipium's identifier for the manifest containing these shipments

shipiumLabelIds

array of strings

required

The Shipium-generated label identifiers for the shipments to update

shipiumLabelIds*

ADD string

overwriteManifestIds

boolean

Defaults to false

If false, this update will only set the manifest ids for labels that are not already associated with a manifest. If true, this update will set the manifest ids for labels regardless of whether they are already associated with a manifest.

truefalse

X-DELEGATED-PARTNER-ID

string

``200 Information about how many labels were updated.

Updated 26 days ago


Bearer

xxxxxxxxxx

curl --request PUT \
     --url https://api.shipium.com/api/v1/deliveryexperience/shipment/carrierSelection/labels/manifest/metadata \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n{\n  "overwriteManifestIds": false\n}\n'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

Updated26 days ago
---