English
Product Documentation1688 APITaobao/Tmall API
Product Documentation1688 APITaobao/Tmall API
中文
  1. Taobao / Tmall Product Search
  • Taobao / Tmall Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search
      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 search2
      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 Post

POST
/taobao/traffic/item/logisticPrice/get
商品物流费用查询接口,生产环境请求地址:https://openapi.dajisaas.com/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
taobao:淘宝/天猫
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
商品ID
price
integer 
required
商品原价,单位:分
shopId
integer 
required
店铺ID
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"
}
Previous
List product search
Next
Image search2
Built with