curl --location 'https://open-api.soureco.com/alibaba/trade/refund/createRefund' \
--header 'Content-Type: application/json' \
--data '{
"appKey": "",
"appSecret": "",
"orderId": 33164567894302360,
"orderEntryIds": [
33164567894302360
],
"disputeRequest": "refund",
"applyPayment": 266,
"applyCarriage": 280,
"applyReasonId": 20006,
"description": "remark",
"goodsStatus": "refundWaitSellerSend"
}'{
"code": 200,
"message": "操作成功",
"data": {
"code": null,
"message": null,
"result": {
"refundId": "TQ280800122202317319",
"innerReasonId": null,
"innerReason": null,
"innerPostFee": null,
"isVoucher": null,
"refundOfficialSolutionCost": null
},
"success": true
},
"timestamp": 1786960375203,
"traceId": "4fde0221e5a5",
"cost": 0
}