Cancel a shipping label
Shipping
Cancel a shipping label
Cancel a shipping label. Requires the WRITE_SHIPPING scope.
POST
Cancel a shipping label
Cancels the carrier-aggregator label for an order’s shipment and marks the shipment as cancelled. Cannot cancel a shipment that is already delivered or cancelled. The order must belong to the store bound to the app token. Requires the
WRITE_SHIPPING scope.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Body
application/json
ObjectId of the order whose label should be cancelled.
Response
Cancel a shipping label.
Standard Salesive response envelope. The operation-specific payload is carried in data.

