---
title: "Accept Cancellation Request"
method: PUT
path: "/v1/channel/order/cancellation-accept"
tags: ["Order"]
---

# Accept Cancellation Request

`PUT /v1/channel/order/cancellation-accept`

Accept a cancellation Request for a Order or OrderItem

## Request body

- OrderCancellationAccept — Seller acceptance of a cancellation request previously raised by the marketplace, scoped to a channel.
  - `channel` string, required — This is the unique Channel name.
  - `sellerId` string, required — A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
  - `orderCancellationRequestId` string, uuid, required — A unique identifier for the order cancellation request. This ID should by used by Seller to identify the cancellation response from the Channel.

## Response `201`

Order Cancellation accepted

## Other responses

- `401` — Access forbidden, invalid or unknown Token was used.
- `404` — Requested resource not found.
- `429` — User has send to many requests
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
