跳转到主要内容
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 }
并非所有货件都符合退款条件。如果您收到错误提示,请联系retailsupport@uniuni.com

授权

Authorization
string
header
必填

API access token generated from the UniUni Platform dashboard.

路径参数

orderNumber
string
必填

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

响应

200 - application/json

Refund result

message
string
必填

Additional information about the request status.

code
integer
必填

Status code. 0 indicates success.

data
object

Always null for this operation.