# 查询运费模版

# 接口调用请求说明

POST https://api.weixin.qq.com/channels/ec/merchant/getfreighttemplatedetail?access_token=ACCESS_TOKEN

# 请求参数示例

{
    "template_id": "38983386001"
}

# 请求参数说明

参数 类型 是否必填 说明
template_id String 运费模板id

# 回包示例

{
    "errcode": 0,
    "errmsg": "ok",
    "freight_template": {
        "template_id": "38983386001",
        "name": "运费险",
        "valuation_type": "PIECE",
        "send_time": "SendTime_FOUR_HOUR",
        "address_info": {
            "user_name": "",
            "postal_code": "",
            "province_name": "广东省",
            "city_name": "广州市",
            "county_name": "海珠区",
            "detail_info": "",
            "national_code": "",
            "tel_number": ""
        },
        "delivery_type": "EXPRESS",
        "delivery_id": [],
        "shipping_method": "FREE",
        "all_condition_free_detail": {
            "condition_free_detail_list": []
        },
        "all_freight_calc_method": {
            "freight_calc_method_list": []
        },
        "create_time": 1653892643,
        "update_time": 1653892643,
        "is_default": 0,
        "not_send_area": {
            "address_info": []
        }
    }
}

# 回包参数说明

字段名 类型 是否必填 说明
errcode Number 错误码
errmsg String 错误信息
freight_template object FreightTemplate 运费模板详细信息

# 错误码

枚举值 含义
10020005 运费模板不存在