Cancel an existing order.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

orderId
string
required

The Shipium-generated order ID (shipiumOrderId) or the partner-provided order ID (partnerOrderId). When using the partnerOrderId, only orders in a non-cancelled state will match. Orders that have been cancelled will not be found by their partnerOrderId.

tenantId
string

Cancel order having tenantId passed in.

X-DELEGATED-PARTNER-ID
string

``200 The results of the order cancellation.

``400 Invalid inputs were provided.

Updated 26 days ago


ShellNodeRubyPHPPython

Bearer

xxxxxxxxxx

curl --request DELETE \
     --url https://api.shipium.com/api/v1/packShip/order/orderId \
     --header 'accept: application/json'

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

application/json

200400

Updated 26 days ago