Saltar al contenido principal
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
}
No todos los envíos son elegibles para reembolso. Si recibes un error, contacta a retailsupport@uniuni.com.

Autorizaciones

Authorization
string
header
requerido

API access token generated from the UniUni Platform dashboard.

Parámetros de ruta

orderNumber
string
requerido

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

Respuesta

200 - application/json

Refund result

message
string
requerido

Additional information about the request status.

code
integer
requerido

Status code. 0 indicates success.

data
object

Always null for this operation.