English
Product Documentation1688 APITaobao/Tmall APIPoizon API
Product Documentation1688 APITaobao/Tmall APIPoizon API
中文
  1. Taobao / Tmall Product Search
  • Taobao / Tmall Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search V1.0
      GET
    • keyword search
      GET
    • shop search
      GET
    • Product details search
      GET
    • Product Logistics Price Get
      GET
    • Hot list type search
      GET
    • List product search
      GET
    • Product Logistics Price Post
      POST
    • Image search V2.0
      GET
  • Taobao / Tmall Order Manage
    • Product Bunker interface(撞库)
      GET
    • Preview order
      POST
    • Create order
      POST
    • Cancel order
      POST
    • View order details
      POST
  • Taobao / Tmall Order Pay
    • Pay order
      POST
  • Taobao / Tmall Message
    • Message Type
  1. Taobao / Tmall Product Search

Product Logistics Price Get

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

Request

Query Params

Request Code 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 -g --request GET 'https://openapi.dajisaas.com/taobao/traffic/item/logisticPrice/get?appKey=&appSecret=&sign&item_id=703446760426&address_info={country: '\''中国'\'', city: '\''杭州市'\'', district: '\''余杭区'\'', state: '\''浙江省'\''}'

Responses

🟢200成功
application/json
Body

Example
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "itemId": 703446760426,
        "itemResource": "taobao",
        "postFee": 0,
        "currency": "CNY"
    },
    "timestamp": 1726750066693,
    "traceId": "ed24bad4c393"
}
Modified at 2025-05-13 13:32:58
Previous
Product details search
Next
Hot list type search
Built with