{
"appKey": "",
"appSecret": "",
"purchase_id": "200049962700",
"sub_purchase_orderId_list": ["200049962701"],
"cancel_reason": "取消的原因",
"cancel_remark": "备注"
}
curl --location --request POST 'https://openapi.dajisaas.com/taobao/purchase/order/asyn/cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "",
"appSecret": "",
"purchase_id": "200049962700",
"sub_purchase_orderId_list": ["200049962701"],
"cancel_reason": "取消的原因",
"cancel_remark": "备注"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"code": "0",
"success": true,
"requestId": "2140f4a217231955990844284",
"errorCode": null,
"TraceId": "2140e7c617231955990811790e0deb",
"errorMsg": null
},
"timestamp": 1723195600231,
"traceId": "620d55d39363"
}