---
title: "Cancel Order Items"
method: POST
path: "/api/v1/orders/cancel"
tags: ["Orders"]
---

# Cancel Order Items

`POST /api/v1/orders/cancel`

**Rate limit:** 50 requests per minute

## Request body

- CancelRequestSchema
  - `items` CancelOrderItemSchema[], required — List of order items to cancel.
    - `id` integer, required — Order item ID to cancel.

## Response `200`

OK

- BatchRequestResponseSchema
  - `batchRequestId` string, uuid, required — ID of the asynchronous batch request. Identical payloads from the same merchant within the deduplication window return the existing in-flight ID instead of queuing a new batch. Poll the results endpoint with this ID to retrieve the outcome.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `default`

---

[API](https://skmtc.dev/aboutyou/apis/sellers-center-api.md) · [All operations](https://skmtc.dev/aboutyou/apis/sellers-center-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aboutyou/sellers-center-api/revisions/578d18d6e63c/schema)
