Product Logistics Price Post
Request
Body Params application/json
{
"appKey": "",
"appSecret": "",
"item_id": "703446760426",
"address_info": "{\"country\":\"中国\",\"city\":\"杭州市\",\"district\":\"余杭区\",\"state\":\"浙江省\"}"
}
Request Code Samples
curl --location --request POST 'https://openapi.dajisaas.com/taobao/traffic/item/logisticPrice/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "",
"appSecret": "",
"item_id": "703446760426",
"address_info": "{\"country\":\"中国\",\"city\":\"杭州市\",\"district\":\"余杭区\",\"state\":\"浙江省\"}"
}'
Responses
application/json {
"code": 200,
"message": "操作成功",
"data": {
"itemId": 703446760426,
"itemResource": "taobao",
"postFee": 0,
"currency": "CNY"
},
"timestamp": 1726750066693,
"traceId": "ed24bad4c393"
}
Modified at 2024-09-19 13:14:25