- 1688 开发人员参考
- 1688 商品搜索
- 1688 订单管理
- 1688 订单支付
- 1688 其他接口
- 1688 消息说明
商品运费查询
POST
/alibaba/product/freightEstimate
请求参数
Body 参数application/json
appKey
string
必需
appSecret
string
必需
offerId
integer
商品id
toProvinceCode
string
中国省份编码
toCityCode
string
中国城市编码
toCountryCode
string
中国地区编码
totalNum
integer
购买件数
logisticsSkuNumModels
array [object {2}]
sku件数
skuId
string
skuId
number
integer
数量
示例
{
"appKey": "",
"appSecret": "",
"offerId": 670291644950,
"toProvinceCode": "330000",
"toCityCode": "330100",
"toCountryCode": "330108",
"totalNum": 5,
"logisticsSkuNumModels": [
{
"skuId": "4829152353068",
"number": 5
}
]
}
示例代码
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/alibaba/product/freightEstimate' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey":"",
"appSecret":"",
"offerId": 670291644950,
"toProvinceCode":"330000",
"toCityCode":"330100",
"toCountryCode":"330108",
"totalNum": 5,
"logisticsSkuNumModels":
[
{
"skuId": "4829152353068",
"number": 5
}
]
}'
返回响应
🟢200成功
application/json
Body
code
integer
返回码
message
string
消息
data
object
业务信息
offerId
integer
商品ID
freight
string
预估总运费
templateId
integer
商家运费模板ID
singleProductWeight
number
必需
singleProductWidth
integer
必需
singleProductHeight
integer
必需
singleProductLength
integer
必需
templateType
integer
必需
templateName
string