- 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
请求参数
Body 参数application/json
appKey
string
必需
appSecret
string
必需
item_id
string
必需
address_info
string
必需
示例
{
"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
业务数据
itemResource
string
必需
skuList
array [object {6}]
商品规格列表
promotionPrice
integer
必需
propertyImageList
array [object {2}]
属性图片列表
description
string
商品详情
shopName
string
店铺名称
picUrls
array[string]
商品主图
title
string
商品标题
tags
array[string]
商品标签
itemId
integer
商品ID
price
integer
商品原价,单位:分
shopId
integer
店铺ID
multiLanguageInfo
object
多语言翻译信息
properties
array [object {4}]
商品属性
timestamp
integer
必需
traceId
string
必需
示例
{
"code": 200,
"message": "操作成功",
"data": {
"itemId": 703446760426,
"itemResource": "taobao",
"postFee": 0,
"currency": "CNY"
},
"timestamp": 1726750066693,
"traceId": "ed24bad4c393"
}

修改于 2024-09-19 13:14:25