中文版
产品文档1688 APITaobao / Tmall API增值API
产品文档1688 APITaobao / Tmall API增值API
English
  1. Taobao / Tmall 商品搜索
  • Taobao / Tmall 商品搜索
    • 上传图片
      POST
    • 图片搜索
      GET
    • 关键词搜索
      GET
    • 店铺搜索
      GET
    • 商品详情搜索
      GET
    • 榜单类型搜索
      GET
    • 榜单商品搜索
      GET
    • 商品运费查询
      POST
    • 图搜2
      GET
  • Taobao / Tmall 订单管理
    • 撞库接口
      GET
    • 预览商品
      POST
    • 创建订单
      POST
    • 取消订单
      POST
    • 查询订单
      POST
  • Taobao / Tmall 订单支付
    • 支付订单
      POST
  • Taobao / Tmall 消息说明
    • 订单消息
    • 订单消息-签名验证
  1. Taobao / Tmall 商品搜索

商品运费查询

POST
/taobao/traffic/item/logisticPrice/get
商品物流费用查询接口,生产环境请求地址:https://openapi.dajisaas.com/taobao/traffic/item/logisticPrice/get

请求参数

Body 参数application/json
appKey
string 
必需
秘钥,仅调试使用,正式用sign签名
appSecret
string 
必需
大吉平台appSecret
item_id
string 
淘宝商品ID
必需
address_info
string 
必需
收货地址:{country: '国家', city: '市', district: '区', state: '省'}
示例
{
  "appKey": "",
  "appSecret": "",
  "item_id": "703446760426",
  "address_info": "{country: '中国', city: '杭州市', district: '余杭区', state: '浙江省'}"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
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: '\''浙江省'\''}"
}'

返回响应

🟢200成功
application/json
Body
code
integer 
返回码
必需
message
string 
消息
必需
data
object 
业务数据
必需
itemId
integer 
商品id
必需
itemResource
string 
商品来源
必需
postFee
integer 
中国段运费
必需
currency
string 
币种
必需
timestamp
integer 
时间戳
必需
traceId
string 
traceId
必需
示例
{
  "code": 200,
  "message": "操作成功",
  "data": {
    "itemId": 703446760426,
    "itemResource": "taobao",
    "postFee": 0,
    "currency": "CNY"
  },
  "timestamp": 1726750066693,
  "traceId": "ed24bad4c393"
}
上一页
榜单商品搜索
下一页
图搜2
Built with