API接口目录

苏宁小店业务

门店API
商品API
店铺分类API
配送范围API
促销API
订单API
取消退款API
异常码自查工具
suning.store.commodityprice.modify 修改商品价格
¥免费

提供根据苏宁商品编码修改商品价格信息

公共参数
请求参数
名称 类型 是否必须 示例值 描述
storeCodeStringNxxx苏宁门店编码
appStoreCodeStringNxxx商家门店编码
productCodeStringYxxx苏宁商品编码
sellPriceStringY1.00销售价格
响应参数
名称 类型 示例值 描述
returnFlagStringY(Y成功;N失败;)结果
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                
<sn_request>
  <sn_body>
    <modifyCommodityprice>
      <sellPrice>1.00</sellPrice>
      <appStoreCode>xxx</appStoreCode>
      <productCode>xxx</productCode>
      <storeCode>xxx</storeCode>
    </modifyCommodityprice>
  </sn_body>
</sn_request>

			
                                
                                
{
  "sn_request": {
    "sn_body": {
      "modifyCommodityprice": {
        "sellPrice": "1.00",
        "appStoreCode": "xxx",
        "productCode": "xxx",
        "storeCode": "xxx"
      }
    }
  }
}
			
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              
<sn_responseContent>
  <sn_body>
    <modifyCommodityprice>
      <returnFlag>Y(Y成功;N失败;)</returnFlag>
    </modifyCommodityprice>
  </sn_body>
</sn_responseContent>

			
                              
                              
{
  "sn_responseContent": {
    "sn_body": {
      "modifyCommodityprice": {
        "returnFlag": "Y(Y成功;N失败;)"
      }
    }
  }
}
			
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.store.modifycommodityprice.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
isp.sys.service.unavailable.mcmp 服务不可用 请联系苏宁技术人员
biz.store.modifycommodityprice.invalid-biz:100 商家编码不能为空!
biz.store.modifycommodityprice.invalid-biz:101 门店编码信息有误!
biz.store.modifycommodityprice.invalid-biz:102 商家编码最多十位!
biz.store.modifycommodityprice.invalid-biz:103 门店编码最多十位!
biz.store.modifycommodityprice.invalid-biz:104 申请编码和商品编码不能同时为空!
biz.store.modifycommodityprice.invalid-biz:105 价格格式不正确或超出范围!
biz.store.modifycommodityprice.invalid-biz:106 商家门店信息不存在!
biz.store.modifycommodityprice.invalid-biz:107 服务异常!
biz.store.modifycommodityprice.invalid-biz:108 商品价格修改失败!
公共异常码
API工具
FAQ