- Taobao / Tmall Product Search
- Taobao / Tmall Order Manage
- Taobao / Tmall Order Pay
- Taobao / Tmall Message
Product Logistics Price Post
POST
/taobao/traffic/item/logisticPrice/get
Request
Body Params application/json
appKey
string
required
appSecret
string
required
item_id
string
required
address_info
string
required
Example
{
"appKey": "",
"appSecret": "",
"item_id": "703446760426",
"address_info": "{\"country\":\"中国\",\"city\":\"杭州市\",\"district\":\"余杭区\",\"state\":\"浙江省\"}"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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
🟢200成功
application/json
Body
code
integer
required
message
string
required
data
object
required
itemResource
string
required
skuList
array [object {6}]
required
promotionPrice
integer
required
propertyImageList
array [object {2}]
required
description
string
required
shopName
string
required
picUrls
array[string]
required
title
string
required
tags
array[string]
required
itemId
integer
required
price
integer
required
shopId
integer
required
multiLanguageInfo
object
required
properties
array [object {4}]
required
timestamp
integer
required
traceId
string
required
Example
{
"code": 200,
"message": "操作成功",
"data": {
"itemId": 703446760426,
"itemResource": "taobao",
"postFee": 0,
"currency": "CNY"
},
"timestamp": 1726750066693,
"traceId": "ed24bad4c393"
}
