Skip to main content
POST
/
client
/
shipments
/
{orderNumber}
/
refund
Refund a shipment
curl --request POST \
  --url https://api.ship.uniuni.com/prod/client/shipments/{orderNumber}/refund \
  --header 'Authorization: Bearer <token>'
{
"message": "Shipment refunded successfully",
"code": 0,
"data": null
}
Not all shipments are eligible for refund. If you receive an error, contact retailsupport@uniuni.com.

Authorizations

Authorization
string
header
required

API access token generated from the UniUni Platform dashboard.

Path Parameters

orderNumber
string
required

The unique order number (e.g. UNI031455E90).

Response

200 - application/json

Refund result

message
string
required

Additional information about the request status.

code
integer
required

Status code. 0 indicates success.

data
any

Response payload. Returns null if code is not 0.