---
title: "CancelOrderShippingLabel"
method: POST
path: "/api/ShippingService/CancelOrderShippingLabel"
tags: ["ShippingService"]
---

# CancelOrderShippingLabel

`POST /api/ShippingService/CancelOrderShippingLabel`

Cancels the shipping label for an order
<b>Permissions Required: </b> GlobalPermissions.ShippingService.ShippingLabelNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- ShippingServiceCancelOrderShippingLabelRequest
  - `request` CancelOrderShippingLabelRequest — Class used for reqeust parameters for CancelOrderShippingLabel
    - `pkOrderId` string, uuid — Unique Order id

## Response `200`

OK

- CancelOrderShippingLabelResponse — Class used for getting shipping label cancelation parameter
  - `LabelCanceled` boolean — Identifies that the label is canceled successfully in the courier system
  - `MustCancelManually` boolean — Identifies that the label is canceled in Linnworks Only and must also be canceled manually with the courier. This normally indicates that the courier does not support label cancelation.
  - `IsError` boolean — Is error
  - `ErrorMessage` string — Error Message if IsError is true

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/revisions/0123569a22fb/schema)
