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.judgeproduct.confirm 判断商品是否存在接口
¥免费

判断商品是否存在接口

公共参数
请求参数
名称 类型 是否必须 示例值 描述
categoryCodeStringYR03939苏宁第四级类目编码
cmBarcodeStringN3229523434商品条码,如果是文化制品类目,此字段必填
fixedPriceStringN2323文化制品非期刊杂志的码洋价,如果是文化制品类目,此字段必填
productNameStringY酷炫手机商品名称
响应参数
名称 类型 示例值 描述
brandCodeStringSF45品牌代码
brandNameString海尔品牌名称
categoryCodeStringR0594类目代码
categoryNameString图书类目名称
cmBarcodeString33333商品条码
existFlagString11:存在,并且已经申请成功。2:存在,正在申请中。3:不存在,可以申请,如果该字段等于2,3,则其余字段均不返回
fixedPriceString111文化制品非期刊杂志的码洋价
productCodeString129303434455苏宁商品编码
productNameString小米手机商品名称
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <confirmJudgeproduct>
      <fixedPrice>2323</fixedPrice>
      <categoryCode>R03939</categoryCode>
      <cmBarcode>3229523434</cmBarcode>
      <productName>酷炫手机</productName>
    </confirmJudgeproduct>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "confirmJudgeproduct": {
        "fixedPrice": "2323",
        "categoryCode": "R03939",
        "cmBarcode": "3229523434",
        "productName": "酷炫手机"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <confirmJudgeproduct>
      <categoryName>图书</categoryName>
      <fixedPrice>111</fixedPrice>
      <productCode>129303434455</productCode>
      <existFlag>1</existFlag>
      <brandCode>SF45</brandCode>
      <categoryCode>R0594</categoryCode>
      <cmBarcode>33333</cmBarcode>
      <productName>小米手机</productName>
      <brandName>海尔</brandName>
    </confirmJudgeproduct>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "confirmJudgeproduct": {
        "categoryName": "图书",
        "fixedPrice": "111",
        "brandCode": "SF45",
        "existFlag": "1",
        "productCode": "129303434455",
        "categoryCode": "R0594",
        "cmBarcode": "33333",
        "brandName": "海尔",
        "productName": "小米手机"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.custom.confirmjudgeproduct.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
isp.sys.service.unavailable.mcmp 服务不可用 请联系苏宁技术人员
biz.custom.confirmjudgeproduct.invalid-biz:100 查看问题描述 查看问题描述
公共异常码
API工具
FAQ