Void a previously generated shipment label using the shipiumLabelId or carrierTrackingId.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

shipiumLabelId
string
Unique ID of the shipium label to be voided with the carrier.

carrierTrackingId
string
Carrier tracking ID of the label to be voided with the carrier.

X-DELEGATED-PARTNER-ID
string

Status codes

``200 Voided label.

``404 Unable to find Carrier Label


Updated 26 days ago


Shell Examples

curl --request POST \
     --url https://api.shipium.com/api/v1/deliveryexperience/shipment/carrierSelection/voidLabel \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

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

Response Format

application/json

200404

Updated 26 days ago