运费模版详情
POST
/ark/open_api/v3/common_controller请求参数
Body 参数application/json
templateId
string
运费模板id
示例
{
"templateId": "601a****fb4b"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
templateId
string
运费模板id
templateName
string
运费模板名称
templateType
integer
运费模板类型 1-自定义邮费 2-卖家承担邮费
costType
integer
计费类型 1-按件计费 2-按重量计费
expressType
integer
快递方式(备用)
supportNotDelivery
boolean
是否包含不可以配送区域
notDeliveryAreas
array[string]
不可配送区域,注意,省份级别(省份对应的zonecode)
normalConfig
object
快递运费配置
firstStandard
integer
首件数/首重 注意,为重量时单位为克
firstCost
integer
首费,单位为分
addStandard
integer
续件数/续重 注意为重量时单位为克
addCost
string
续费,单位为分
areaCostConfigs
array [object {5}]
特殊区域快递费用配置
enabled
boolean
是否有效
syncdAt
integer
同步商品时间
createBy
string
创建人
createAt
integer
创建时间 单位ms
updateAt
integer
更新时间 单位ms
sendAddress
object
发货地址信息
countryCode
string
国家code
countryName
string
国家名
provinceCode
string
省份code
provinceName
string
省份名
cityCode
string
城市code
cityName
string
城市名
areaCode
string
区code
areaName
string
区名
示例成功示例
{
"templateId": "601a6186095e7a0001c5fb49",
"templateName": "不包邮-默认模板",
"templateType": 1,
"costType": 1,
"expressType": 1,
"supportNotDelivery": true,
"notDeliveryAreas": [
"string"
],
"normalConfig": {
"firstStandard": 1,
"firstCost": 1000,
"addStandard": 1,
"addCost": "",
"areaCostConfigs": [
{
"areas": [
"string"
],
"firstStandard": 100,
"firstCost": 1000,
"addStandard": 500,
"addCost": 500
}
]
},
"enabled": true,
"syncdAt": 1612341638092,
"createBy": "丁铛",
"createAt": 1612341638092,
"updateAt": 1612940629718,
"sendAddress": {
"countryCode": "500",
"countryName": "500",
"provinceCode": "500",
"provinceName": "500",
"cityCode": "500",
"cityName": "500",
"areaCode": "500",
"areaName": "500"
}
}
最后修改时间: 1 年前