{
"goodsStatus": 0,
"reasonId": 0,
"refundDesc": "string",
"refundFee": 0,
"refundType": 0,
"subOrderId": "string"
}
curl --location --request POST 'https://api.pandapon.com/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": {
"returnGoodsDesc": "string",
"logisticsNo": "string",
"buyerPhone": "string",
"receiverAddress": "string",
"logisticsCompany": {
"logisticsCompanyCode": "string",
"logisticsCompanyName": "string"
},
"sellerAgreeReturnDescribe": "string"
},
"refundOrder": {
"goodsStatus": 0,
"refundDesc": "string",
"refundStatus": "string",
"refundType": 0,
"timeoutDate": "string",
"feeTips": "string",
"timeoutType": "string",
"refundId": "string",
"payOrderId": "string",
"reasonId": 0,
"canEditFee": true,
"sellerRefuseReasonDescribe": "string",
"remainingTime": "string",
"reasonDesc": "string",
"sellerRefuseReason": "string",
"refundFee": 0
}
}
},
"developId": "string",
"msg": "string",
"requestId": "string"
}