---
title: "Send Refund"
method: POST
path: "/v1/seller/order/refund"
tags: ["Order"]
---

# Send Refund

`POST /v1/seller/order/refund`

Send a refund for a list of Order Items to Channel

## Request body

- SendRefund — Refund payment the seller wants to issue to the customer for a marketplace order, scoped to a channel.
  - `channel` string, required — This is the unique Channel name.
  - `refundId` string, required — Seller created unique Id to identify the processing Result of a Refund processing from a Channel.
  - `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.
  - `orderId` string, required
  - `orderItem` RefundOrderItem[], required
    - `orderItemId` string, string, required — A unique identifier to identify a order item. This ID is provided by the Channel itself an should be used to identify a order item id.
    - `quantity` string, required
    - `reason` 'NO_REASON' | 'DEFECT' | 'WRONG_ITEM' | 'WRONG_SIZE' | 'TOO_LATE' | 'BAD_QUALITY' | 'OTHER', required
    - `refund` string, required
    - `refundCurrency` string, required

## Response `201`

Refund send to Channel

## Other responses

- `400` — Bad Request
- `401` — Access forbidden, invalid or unknown Token was used.
- `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)
