API接口目录

政企业务

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

批量查询商品价格接口,批量查询单次最多支持100条

公共参数
请求参数
名称 类型 是否必须 示例值 描述
cityIdStringY010
skusStringN
skuIdStringY121345091商品编码
响应参数
名称 类型 示例值 描述
skusString
discountRateString0.90折扣率
priceString88.00价格
skuIdString121345091商品编码
snPriceString97.80易购价
taxString0.13税率
taxpriceString10.13税额
nakedpriceString77.87裸价
otherPriceString18.12第三方价格(非必返字段)
otherUrlStringhttp://jd.com.cn/1234.html第三方详情链接(非必返链接)
errorListString
skuIdString121347601商品编码
errorInfoString商品不在商品池错误原因
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <queryPrice>
      <skus>
        <skuId>121345091</skuId>
      </skus>
      <cityId>010</cityId>
    </queryPrice>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "queryPrice": {
        "skus": [
          {
            "skuId": "121345091"
          }
        ],
        "cityId": "010"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <queryPrice>
      <skus>
        <snPrice>97.80</snPrice>
        <discountRate>0.90</discountRate>
        <taxprice>10.13</taxprice>
        <nakedprice>77.87</nakedprice>
        <otherPrice>18.12</otherPrice>
        <price>88.00</price>
        <tax>0.13</tax>
        <otherUrl>http://jd.com.cn/1234.html</otherUrl>
        <skuId>121345091</skuId>
      </skus>
      <errorList>
        <errorInfo>商品不在商品池</errorInfo>
        <skuId>121347601</skuId>
      </errorList>
    </queryPrice>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "queryPrice": {
        "skus": [
          {
            "snPrice": "97.80",
            "discountRate": "0.90",
            "taxprice": "10.13",
            "nakedprice": "77.87",
            "otherPrice": "18.12",
            "price": "88.00",
            "tax": "0.13",
            "otherUrl": "http://jd.com.cn/1234.html",
            "skuId": "121345091"
          }
        ],
        "errorList": [
          {
            "errorInfo": "商品不在商品池",
            "skuId": "121347601"
          }
        ]
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.handler.data-get:no-result 查询没结果 请检查查询参数
biz.govbus.queryprice.missing-parameter:* 缺少必填参数,*表示字段名 请输入正确参数。
isp.sys.service.unavailable.gcapi 服务不可用(系统异常) 请联系苏宁技术人员。
biz.govbus.queryprice.invalid-biz:101 输入报文格式错误 检查输入报文
biz.govbus.queryprice.invalid-biz:102 入参校验失败 检查输入参数
biz.govbus.queryprice.invalid-biz:103 会员编号错误 检查输入参数
biz.govbus.queryprice.invalid-biz:104 未查询到商品价格配置信息 检查价格策略是否正确
biz.govbus.queryprice.invalid-biz:105 未查询到商品价格信息 检查价格是否正确
biz.govbus.queryprice.invalid-biz:108 查询的商品数量超过限制,请更改后再试 检查查询商品数量
biz.govbus.queryprice.invalid-biz:106 该商品暂不可售 请联系客户经理维护
biz.govbus.queryprice.invalid-biz:107 查询商品价格暂无结果 请稍后再试
biz.govbus.queryprice.invalid-biz:109 系统异常,请稍后再试! 系统异常,请稍后再试!
公共异常码
API工具
FAQ