{
"goodsStatus": 0,
"reasonId": 0,
"refundDesc": "string",
"refundFee": 0,
"refundType": 0,
"subOrderId": "string"
}
curl --location --request POST '/open/order/refund/submit' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsStatus": 0,
"reasonId": 0,
"refundDesc": "string",
"refundFee": 0,
"refundType": 0,
"subOrderId": "string"
}'
{
"code": 0,
"data": {
"currency": "string",
"distributorId": "string",
"refundOrderAggregate": {
"logistics": {
"buyerPhone": "string",
"logisticsCompany": {},
"logisticsNo": "string",
"receiverAddress": {},
"returnGoodsDesc": "string",
"sellerAgreeReturnDescribe": "string"
},
"refundOrder": {
"canEditFee": false,
"feeTips": "string",
"goodsStatus": 0,
"payOrderId": "string",
"reasonDesc": "string",
"reasonId": 0,
"refundDesc": "string",
"refundFee": 0,
"refundId": "string",
"refundStatus": "string",
"refundType": 0,
"remainingTime": "string",
"sellerRefuseReason": "string",
"sellerRefuseReasonDescribe": "string",
"timeoutDate": "string",
"timeoutType": "string"
}
}
},
"developId": "string",
"msg": "string",
"requestId": "string"
}