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.book.mainproduct.modify 商品内容纠错申请(文化制品类)
¥免费

通过此接口可申请对商品(文化制品类)内容进行纠错。
1.可以对自己发布的商品进行纠错,包含修改发布的新商品、已有商品,且商品已处理完毕产生苏宁商品编码。
2.可以进行纠错的内容包含,商品名称、销售目录、商品主图、商品参数的内容。
3.纠错需要审核,可凭纠错申请号调用商品纠错结果查询接口查询纠错结果。
4.商品名称、销售目录、商品主图1、商品主图2、商品主图3、商品主图4、商品主图5、参数代码、参数值字段中,至少一个字段必须有值。参数代码、参数值字段必须成对出现。

公共参数
请求参数
名称 类型 是否必须 示例值 描述
productCode String N 1004562459 苏宁系统主商品编码
itemCode String N 10045073 商家商品编码。苏宁商品编码与商家商品编码两者必填一个。如果两者都填则以苏宁商品编码为准。
correctKey String N productName 纠错的字段名(填写上述描述的可以纠错的字段名productName,saleCatalogCode)或者填参数代码parCode的值,例如 G00000
correctValue String N 百年孤独 纠正后的值(参数值为多选的用英文逗号隔开)
correctReason String N 名字写错啦 针对每个修改的值填写纠错原因
correctPic String N http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif 针对每个修改的值填写说明图片url(url为苏宁图片上传接口返回的值)
correctParams String N test 循环节点名称(如有多个纠错循环此节点)
响应参数
名称 类型 示例值 描述
applyCode String 1000245 申请时产生的申请编号。
applyTime String 2014-03-14 16:00:00 接口接收成功后系统时间,精确到秒。
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                
      	<sn_request>
	<sn_body>
		<mainProduct>
			<productCode>1004562459</productCode>
			<itemCode>10045073</itemCode>
			<correctParams>
				<correctKey>productName</correctKey>
				<correctValue>百年孤独</correctValue>
				<correctReason>名字写错啦</correctReason>		
				<correctPic>http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif</correctPic>
			</correctParams>
			<correctParams>
				<correctKey>img3Url</correctKey>	
				<correctValue>http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif</correctValue>
				<correctReason>图片弄错咯</correctReason>		
				<correctPic>http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif</correctPic>
			</correctParams>
			<correctParams>
				<correctKey>G00000</correctKey>
				<correctValue>红色</correctValue>
				<correctReason>颜色配错啦</correctReason>
				<correctPic>http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif</correctPic>
			</correctParams>
			<correctParams>
				<correctKey>HOEHE</correctKey>
				<correctValue>30</correctValue>
				<correctReason>外包装的高写错了</correctReason>			
				<correctPic>http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif</correctPic>
			</correctParams>
		</mainProduct>
	</sn_body>
</sn_request>
	  
                                
                                
      	{
  "sn_request": {
    "sn_body": {
      "mainProduct": {
        "productCode": "1004562459",
        "itemCode": "10045073",
        "correctParams": [
          {
            "correctKey": "productName",
            "correctValue": "百年孤独",
            "correctReason": "名字写错啦",
            "correctPic": "http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif"
          },
          {
            "correctKey": "img3Url",
            "correctValue": "http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif",
            "correctReason": "图片弄错咯",
            "correctPic": "http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif"
          },
          {
            "correctKey": "G00000",
            "correctValue": "红色",
            "correctReason": "颜色配错啦",
            "correctPic": "http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif"
          },
          {
            "correctKey": "HOEHE",
            "correctValue": "30",
            "correctReason": "外包装的高写错了",
            "correctPic": "http://10.19.95.100/uimg/sop/richtext/201401240949566545.gif"
          }
        ]
      }
    }
  }
}
      
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              
      	<sn_responseContent>
	<sn_body>
		<mainProduct>
			<applyCode>1000245</applyCode>
			<applyTime>2014-03-14 16:00:00</applyTime>
		</mainProduct>
	</sn_body>
</sn_responseContent>
      
                              
                              
      	{
  "sn_responseContent": {
    "sn_body": {
      "mainProduct": {
        "applyCode": "1000245",
        "applyTime": "2014-03-14 16:00:00"
      }
    }
  }
}
      
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.custom.mainProduct.productcode-itemcode:allmissing 商家商品编码和苏宁商品编码必须有一个字段有值 检查苏宁商品编码和商家商品编码是否都为空
biz.custom.mainProduct.modifyParam:allmissing 商品名称、销售目录、商品主图1、商品主图2、商品主图3、商品主图4、商品主图5、参数代码、参数值字段中,至少一个字段必须有值 检查纠错字段是否为空
biz.custom.mainProduct.itemCode:over-length 商家商品编码长度不允许大于20 请输入正确的商家商品编码
biz.custom.mainProduct.productCode:wrong-category 该商品的一级采购目录不是文化制品目录 请输入正确的采购目录
biz.custom.mainProduct.productCode:waiting-audit 商品已发起纠错,正在等待审核 请耐心等待或联系苏宁相关人员
biz.custom.mainProduct.mainPic:processing 商品图片正在裁剪,无法纠错 请耐心等待
biz.custom.mainProduct.supplierCode:authority 商品不存在或当前商家没权限操作该商品 请检查商品编码
biz.custom.mainProduct.productCode:processing 商品正在处理中,请稍后再试 请耐心等待
biz.custom.mainProduct.productName:over-length 商品名称字符长度不能大于60 请检查纠错的商品名称字符长度是否符合要求
biz.custom.mainProduct.saleCatalogCode:over-length 销售目录编码字符长度不能大于9 请检查纠错的商品销售目录编码字符长度是否符合要求
biz.custom.mainProduct.salesCatalog:not-exist 销售目录编码不存在 请输入正确的销售目录编码
biz.custom.mainProduct.correctKey:repeat-重复的字段名 纠错字段不能重复即correctKey的值有重复 请检查输入的纠错字段是否有重复
biz.custom.mainProduct.mainPic-url:wrong-纠错字段名 主图图片URL不合法,在图片服务器上找不到 (*为img1Url,img2Url,img3Url,img4Url,img5Url) 请检查该图片url是否为苏宁图片库的图片
biz.custom.mainProduct.VOLUM:type-error 体积参数值只能填写数字,且小数部分最多3位 请检查纠错的体积参数值是否符合要求
biz.custom.mainProduct.productName:sensitive-敏感词 商品名称纠错字段有敏感词 请输入合法的商品名称
biz.custom.mainProduct.correctPic:errorUrl-纠错字段名 图片地址错误或非苏宁图片地址,纠错说明图片url无效 请输入正确的图片地址
biz.custom.mainProduct.mainPic:repeat 商品主图不允许重复,图片的URL不能重复 请检查纠错的主图url,不允许重复
biz.custom.mainProduct.productCode:server-error 校验商品重码接口出错 系统错误,请联系苏宁相关人员
biz.custom.item.master.invalid-biz:productCode--商品编码 找不到对应的苏宁商品编码 请检查该商家商品编码是否正确,或联系苏宁相关人员
biz.custom.item.master.invalid-biz:multiproductCode--商品编码 找到多个苏宁商品编码,无法匹配 请检查该商家商品编码是否正确,或联系苏宁相关人员
biz.custom.item.master.invalid-biz:outrange 请求个数超限 请检查该商家商品编码是否正确(只能是单个商品编码),或联系苏宁相关人员
biz.custom.item.master.invalid-biz:input 苏宁商品编码和商家编码输入有误 请检查该商家商品编码是否正确,或联系苏宁相关人员
biz.custom.mainProduct.productCode:missing 苏宁商品编码为空 请检查苏宁商品编码是否输入,或输入的商家商品编码查不到对应的苏宁商品编码
biz.custom.mainProduct.supplierCode:missing 商家编码为空 苏宁系统错误,未传入商家编码
biz.custom.mainProduct.correctInfo:missing 纠错信息为空,correctParams节点值为空 请检查是否有纠错内容,即至少有一个可以纠错的字段
biz.custom.mainProduct.correctKey:missing 纠错字段为空 检查是否纠错字段缺少correctKey节点或其值为空
biz.custom.mainProduct.correctValue:missing 纠错值为空 检查是否纠错字段缺少correctValue节点或其值为空
biz.custom.mainProduct.productName:existed 商品名称重复 该商品名称纠错字段的值已存在,请重新命名
biz.custom.mainProduct.isbn:error 非法的ISBN号 请检查纠错的ISBN参数值是否合法
biz.custom.mainProduct.isbn:existed 重复的ISBN号 请检查纠错的ISBN号,不允许重复
biz.custom.mainProduct.VOLUM:zero-error 体积不允许为零 请检查纠错的体积参数值是否为0
biz.custom.mainProduct.BRGEW:type-error 毛重只能填写数字,且小数部分最多3位 请检查纠错的毛重参数是否符合格式要求
biz.custom.mainProduct.BRGEW:zero-error 毛重不允许为零 请检查纠错的毛重参数值
biz.custom.mainProduct.contentDetailTemplate:empty 内容详情模板为空 请检查纠错的内容详情模板是否为空
biz.custom.mainProduct.contentDetail:error 保存内容详情至服务器时发生错误 苏宁系统错误,请联系苏宁相关人员
biz.custom.mainProduct.contentDetail:over-length 内容描述超过10000个字符 请检查内容描述的长度
biz.custom.mainProduct.correctValue:error-纠错字段名 动态参数非法,动态参数的值不符合该参数类型 请检查该字段的纠错值是否符合参数类型
biz.custom.mainProduct.parValue:single-纠错字段名 单选项参数只能选择一个选项 请检查该纠错参数的值是否是单选的选项
biz.custom.mainProduct.parValue:choose-error-纠错字段名 参数选项CODE错误 请检查该纠错参数的值是否是已有选项
biz.custom.mainProduct.correctValue:over-length-纠错字段名 参数属性值长度最大长度为** 请检查该纠错参数的值的长度是否合法
biz.custom.mainProduct.correctValue:width-over-纠错字段名 参数属性值须为数字,宽不超过** 请检查该纠错参数的值类型和宽是否合法
biz.custom.mainProduct.dateFormate:error-纠错字段名 **的日期格式不正确或值非法 请检查该纠错参数的日期值是否合法
biz.custom.mainProduct.timeFormate:error-纠错字段名 **的时间格式不正确或值非法 请检查该纠错参数的时间值是否合法
biz.custom.mainProduct.correctKey:not-exist-纠错字段名 参数CODE不存在,非法参数, 参数编码不存在 请检查纠错的字段值,即参数代码是否存在
biz.custom.mainProduct.correctReason:over-length-纠错字段名 纠错原因超过500个字符 请检查纠错原因字符个数是否符合要求
biz.custom.mainProduct.correctPic:format-纠错字段名 纠错说明图片非jpg格式 请检查该字段的纠错说明图片格式
biz.custom.mainProduct.contentDetail:sensitive-error 检查商品详情敏感词时发生错误 苏宁系统错误,请联系苏宁相关人员
biz.custom.mainProduct.mainPic-width:over-纠错字段名-报错图片的key 图片宽度大于*px 请检查该纠错字段的对应节点的图片是否符合该格式要求
biz.custom.mainProduct.mainPic-width:below-纠错字段名-报错图片的key 图片宽度小于*px 请检查该纠错字段的对应节点的图片是否符合该格式要求
biz.custom.mainProduct.mainPic-height:over-纠错字段名-报错图片的key 图片高度大于*px 请检查该纠错字段的对应节点的图片是否符合该格式要求
biz.custom.mainProduct.mainPic-height:below-纠错字段名-报错图片的key 图片高度小于*px 请检查该纠错字段的对应节点的图片是否符合该格式要求
biz.custom.mainProduct.mainPic-size:over-纠错字段名-报错图片的key 图片大于*kb 请检查该纠错字段的对应节点的图片是否符合该格式要求
biz.custom.mainProduct.mainPic:error-纠错字段名-报错图片的key 图片信息出错 请检查该纠错字段的对应节点的图片是否符合该格式要求
公共异常码
API工具
FAQ