{
"appKey":"",
"appSecret":"",
"webSite": "1688",
"orderId": "2257164624870311973",
"cancelReason": "buyerCancel",
"remark": "取消订单备注"
}curl --location --request POST 'https://openapi.dajisaas.com/alibaba/trade/cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey":"",
"appSecret":"",
"webSite": "1688",
"orderId": "2257164624870311973",
"cancelReason": "buyerCancel",
"remark": "取消订单备注"
}'{
"code": 200,
"message": "操作成功",
"data": {
"success": true,
"errorCode": null,
"errorMessage": null
},
"timestamp": 1723620684182,
"traceId": "1acbe76d3459"
}