Passer au contenu 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
}
Toutes les expéditions ne sont pas admissibles au remboursement. Si vous recevez une erreur, contactez retailsupport@uniuni.com.

Autorisations

Authorization
string
header
requis

API access token generated from the UniUni Platform dashboard.

Paramètres de chemin

orderNumber
string
requis

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

Réponse

200 - application/json

Refund result

message
string
requis

Additional information about the request status.

code
integer
requis

Status code. 0 indicates success.

data
object

Always null for this operation.