curl --location 'https://open-api.soureco.com/alibaba/trade/refund/getMaxRefundFee' \
--header 'Content-Type: application/json' \
--data '{
"appKey": "",
"appSecret": "",
"orderId": 3316355547152040260,
"refundGoodsCountList": [
{
"id": 3316355547152040260,
"count": 1
}
],
"goodsStatus": "refundWaitSellerSend"
}'{
"code": 200,
"message": "操作成功",
"data": {
"code": null,
"message": null,
"result": {
"maxGoodsFee": 3990,
"maxPostFee": 0,
"maxRefundFee": 3990,
"maxSubstituteFetchFee": null
},
"retCodes": null,
"subCode": null,
"subMessage": null,
"success": true
},
"timestamp": 1786951479491,
"traceId": "d8e05a93a9e9",
"cost": 0
}