API接口目录

平台业务

商品API
价格API
库存API
销售准备API
交易API
退货退款API(新)
财务API
店铺API
物流API
促销API
分销API
发票API
招商API
换货API
互动营销API
退货退款API
客服API
平台营销API
风控API
会员通API
账房API
财务记账API
异常码自查工具
suning.custom.freighttemplate.get 运费模板精确查询
¥免费

通过此接口可精确查询运费模版。

1、运费模板信息可通过接口“suning.custom.freighttemplate.query”获取;

公共参数
请求参数
名称 类型 是否必须 示例值 描述
freightTemplateId String Y 24fd9db2b658474b9b18d991de0ab21b 运费模板代码
响应参数
名称 类型 示例值 描述
freightTemplateName String null 运费模板名称。
freightTemplateId String null 运费模板Id。
shippingType String null 运费方式。0:表示买家承担服务费; 1:表示卖家承担服务费
valuationType String null 计价方式。0:表示按件数计算运费 ;1:表示按重量计算运费;2:表示按体积计算运费
firstValue String null 特定区域首费标准
firstValueFare String null 特定区域首费
continuedValue String null 特定区域续费标准。
continuedValueFare String null 特定区域续费。
toteType String null 运送方式。
sperencod String null 特定模板-大区,多个以逗号隔开。
speprovencod String null 特定模板-省,多个以逗号隔开。
specityencod String null 特定模板-市,多个以逗号隔开。
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
	<sn_body>
		<freightTemplate>
			<freightTemplateId>24fd9db2b658474b9b18d991de0ab21b</freightTemplateId>
		</freightTemplate>
	</sn_body>
</sn_request>
                                
                                {
  "sn_request": {
    "sn_body": {
      "freightTemplate": { "freightTemplateId": "24fd9db2b658474b9b18d991de0ab21b" }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
	<sn_body>
		<freightTemplate>
			<freightTemplateId>24fd9db2b658474b9b18d991de0ab21b</freightTemplateId>
			<freightTemplateName>11111</freightTemplateName>
			<toteType>快递</toteType>
			<shippingType>0</shippingType>
			<nationalcityFlag>全国</nationalcityFlag>
			<valuationType>0</valuationType>
			<firstValue>1</firstValue>
			<firstValueFare>0.00</firstValueFare>
			<continuedValue>1</continuedValue>
			<continuedValueFare>0.00</continuedValueFare>
			<freightList>
				<speprovencod>010</speprovencod>
				<specificArea>null</specificArea>
				<firstValue>1</firstValue>
				<firstValueFare>0.00</firstValueFare>
				<continuedValue>1</continuedValue>
				<continuedValueFare>0.00</continuedValueFare>
			</freightList>
		</freightTemplate>
	</sn_body>
	<sn_head/>
</sn_responseContent>
                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "freightTemplate": {
        "freightTemplateId": "24fd9db2b658474b9b18d991de0ab21b",
        "freightTemplateName": "11111",
        "toteType": "快递",
        "shippingType": "0",
        "nationalcityFlag": "全国",
        "valuationType": "0",
        "firstValue": "1",
        "firstValueFare": "0.00",
        "continuedValue": "1",
        "continuedValueFare": "0.00",
        "freightList": {
          "speprovencod": "010",
          "specificArea": "null",
          "firstValue": "1",
          "firstValueFare": "0.00",
          "continuedValue": "1",
          "continuedValueFare": "0.00"
        }
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.freighttemplate.templateid-value:inexistence 模板ID不存在 请输入正确的模板ID
biz.freighttemplate.freighttemplateid-length:overlong 运费模板Id长度超长 长度不超过25
biz.freightTemplate.missing-parameter:freightTemplateId 模板ID输入为空 请检查是否输入运费模板ID
公共异常码
API工具
FAQ

Q:什么是特殊地区运费?

A:在运费模板当中,设定某些地区为特殊地区,另行设定运费,特殊地区执行为之另行设定的运费。