{
"appKey": "",
"appSecret": "",
"itemIds": [
703446760426,
853022614578
],
"addressInfo": {
"country": "中国",
"city": "广州市",
"district": "白云区",
"state": "广东省"
}
}curl --location --request POST 'https://openapi.dajisaas.com/taobao/traffic/item/batchGetSourceItemLogisticPrice' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "",
"appSecret": "",
"itemIds": [
703446760426,
853022614578
],
"addressInfo": {
"country": "中国",
"city": "广州市",
"district": "白云区",
"state": "广东省"
}
}'{
"code": 200,
"message": "操作成功",
"data": [
{
"itemId": 746117920922,
"itemResource": "taobao",
"success": true,
"postFee": 0,
"currency": "CNY"
},
{
"itemId": 853022614578,
"itemResource": "taobao",
"success": true,
"postFee": 0,
"currency": "CNY"
}
],
"timestamp": 1760423248901,
"traceId": "97f75370d924",
"cost": 0
}