cURL
curl --request POST \ --url https://api.ship.uniuni.com/prod/client/shipments/{orderNumber}/refund \ --header 'Authorization: Bearer <token>'
200
success
{ "message": "Shipment refunded successfully", "code": 0, "data": null }
Requests a refund for a purchased shipment.
API access token generated from the UniUni Platform dashboard.
The unique order number (e.g. UNI031455E90).
Refund result
Additional information about the request status.
Status code. 0 indicates success.
Always null for this operation.
Cette page vous a-t-elle été utile ?