中文版
产品文档1688 APITaobao / Tmall APIPoizon API
产品文档1688 APITaobao / Tmall APIPoizon API
English
  1. Taobao / Tmall 商品搜索
  • Taobao / Tmall 商品搜索
    • 上传图片
      POST
    • 图片搜索V1.0
      GET
    • 关键词搜索
      GET
    • 店铺搜索
      GET
    • 商品详情搜索
      GET
    • 榜单类型搜索
      GET
    • 榜单商品搜索
      GET
    • 商品运费查询
      POST
    • 图片搜索V2.0
      GET
    • 商品详情搜索-支持短链
      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": "",
    "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": 200,
    "message": "操作成功",
    "data": {
        "itemId": 703446760426,
        "itemResource": "taobao",
        "postFee": 0,
        "currency": "CNY"
    },
    "timestamp": 1726750066693,
    "traceId": "ed24bad4c393"
}
修改于 2024-09-23 12:36:44
上一页
榜单商品搜索
下一页
图片搜索V2.0
Built with