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.nation.query 国家代码获取
¥免费

通过此接口可在苏宁系统中获取国家代码。

1、仅可输入中文国家名称,可根据输入内容进行模糊查询。

公共参数
请求参数
名称 类型 是否必须 示例值 描述
nationName String Y 中国 国家名称。仅可输入中文国家名称,根据接口输入内容进行模糊查询。
响应参数
名称 类型 示例值 描述
nationName String null 国家名称。
nationCode String null 国家代码。
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
	<sn_body>
		<nation>
			<nationName>中国</nationName>
		</nation>
	</sn_body>
</sn_request>
                                
                                {
  "sn_request": {
    "sn_body": {
      "nation": {
        "nationName": "中国"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
	<sn_head/>
	<sn_body>
		<nation>
			<nationCode>CN</nationCode>
			<nationName>中国</nationName>
		</nation>
		<nation>
			<nationCode>HK</nationCode>
			<nationName>中国香港</nationName>
		</nation>
		<nation>
			<nationCode>MO</nationCode>
			<nationName>中国澳门</nationName>
		</nation>
		<nation>
			<nationCode>TW</nationCode>
			<nationName>中国台湾</nationName>
		</nation>
	</sn_body>
</sn_responseContent>
                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "nation": [
        {
          "nationCode": "CN",
          "nationName": "中国"
        },
        {
          "nationCode": "HK",
          "nationName": "中国香港"
        },
        {
          "nationCode": "MO",
          "nationName": "中国澳门"
        },
        {
          "nationCode": "TW",
          "nationName": "中国台湾"
        }
      ]
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.custom.nation.invalid-biz:nationName 国家名称格式不合法 请输入中文名称
biz.custom.nation.null-biz:nationName 国家名称不存在 请输入正确的国家名称
biz.handler.request-message:error 请求信息出错 请检查输入是否正确
biz.nation.missing-parameter:nationName 国家名称输入为空 请检查国家名称输入是否为空
公共异常码
API工具
FAQ

Q:城市代码接口如何使用?

A:城市代码接口可获取城市代码及对应的城市名称,可将其获取保存下来,以备后续订单、销售服务使用。