{
"goodsId": "703446760426",
"addressInfo": {
"country": "中国",
"state": "杭州市",
"city": "余杭区",
"district": "浙江省"
}
}curl --location 'http://openapi.dodw.cn/api/taoBao/logisticPrice' \
--header 'accessKey: dw1' \
--header 'timestamp: 1750065825' \
--header 'nonce: 199963' \
--header 'sign: TKEiZU2i6idyvE/4vYM4uByvcIFk8msuLueZa+66piU=' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"goodsId": "703446760426",
"addressInfo": {
"country": "中国",
"state": "杭州市",
"city": "余杭区",
"district": "浙江省"
}
}'{
"code": 200,
"message": "操作成功",
"data": {
"itemId": 703446760426,
"itemResource": "taobao",
"postFee": 0,
"currency": "CNY"
},
"timestamp": 1726750066693,
"traceId": "ed24bad4c393"
}