API接口目录

政企业务

政企商品API
政企价格API
政企库存API
政企订单API
政企物流API
政企发票API
政企售后API
政企其他API
政企易企购API
政企抽检API
异常码自查工具
suning.govbus.pricemessage.query 价格变动消息查询接口
¥免费

通过此接口可查询商品价格变动信息,如需调用此接口,需另行申请调用权限,否则无消息数据返回。

公共参数
请求参数
名称 类型 是否必须 示例值 描述
响应参数
名称 类型 示例值 描述
resultString
cmmdtyCodeString120874353商品编码
cityIdString025城市编码
timeString2017-11-23 15:09:51变动时间
customerCityIdString904采购企业地址编码
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                
<sn_request>
  <sn_body>
    <queryPricemessage/>
  </sn_body>
</sn_request>

			
                                
                                
{
  "sn_request": {
    "sn_body": {
      "queryPricemessage": {}
    }
  }
}
			
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              
<sn_responseContent>
  <sn_body>
    <queryPricemessage>
      <result>
        <customerCityId>904</customerCityId>
        <cmmdtyCode>120874353</cmmdtyCode>
        <cityId>025</cityId>
        <time>2017-11-23 15:09:51</time>
      </result>
    </queryPricemessage>
  </sn_body>
</sn_responseContent>

			
                              
                              
{
  "sn_responseContent": {
    "sn_body": {
      "queryPricemessage": {
        "result": [
          {
            "customerCityId": "904",
            "cmmdtyCode": "120874353",
            "cityId": "025",
            "time": "2017-11-23 15:09:51"
          }
        ]
      }
    }
  }
}
			
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.govbus.querypricemessage.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.handler.data-get:no-result 查询没结果 请检查查询参数
isp.sys.service.unavailable.gcapi 服务不可用 请联系苏宁技术人员
biz.govbus.querypricemessage.invalid-biz:100 输入报文格式错误 检查输入报文
biz.govbus.querypricemessage.invalid-biz:101 入参校验失败 检查输入参数
biz.govbus.querypricemessage.invalid-biz:102 会员编号错误 检查输入参数
biz.govbus.querypricemessage.invalid-biz:103 未配置该城市价格变更通知 联系客户经理做该城市价格变更通知配置
biz.govbus.querypricemessage.invalid-biz:104 暂无价格变更数据 请稍后再试
biz.govbus.querypricemessage.invalid-biz:105 获取消息异常 请稍后重试
公共异常码
API工具
FAQ