---
title: "Refund a shipment"
method: POST
path: "/client/shipments/{orderNumber}/refund"
tags: ["Shipments"]
---

# Refund a shipment

`POST /client/shipments/{orderNumber}/refund`

Requests a refund for a purchased shipment.

## Path parameters

- `orderNumber` string, required

## Response `200`

Refund result

- object
  - `message` string, required — Additional information about the request status.
  - `code` integer, required — Status code. 0 indicates success.
  - `data` object, nullable — Always null for this operation.

---

[API](https://skmtc.dev/uniuni/apis/uniuni-platform-client-api.md) · [All operations](https://skmtc.dev/uniuni/apis/uniuni-platform-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uniuni/uniuni-platform-client-api/revisions/d61334c7f8b1/schema)
