API接口目录

自营业务

退厂API
厂送API
厂送退换货API
品牌串码API
采购订单API
供应商收发货API
售后服务API
供应商财务API
主数据API
自营合同API
自营商品API
自营财务API
采购计划API
收发货API
订单API
易道报表API
不良品API
自营促销API
异常码自查工具
suning.selfmarket.price.add 自营经代销供价申请
¥免费

自营经代销供应商,通过此接口可以申请维护商品供价。申请的供价需要采销审批,申请结果可以通过调用【查询供价审核结果】接口获取。

公共参数
请求参数
名称 类型 是否必须 示例值 描述
productCodeStringY11761162231商品编码
coCodeStringY5400采购公司编码
placeCodeStringND001,D002,D004,D006采购地点编码
orderTypeStringYNB订单类型
effectDateStringY2022-10-01生效日期
applyPriceStringY12.99供价
响应参数
名称 类型 示例值 描述
applyCodeString312150121709154661申请编码
successFlagStringtrue处理结果
warnMsgString该商品查无管控阈值,请谨慎提交供价风险描述
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <addPrice>
      <orderType>NB</orderType>
      <effectDate>2022-10-01</effectDate>
      <productCode>11761162231</productCode>
      <coCode>5400</coCode>
      <applyPrice>12.99</applyPrice>
      <placeCode>D001,D002,D004,D006</placeCode>
    </addPrice>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "addPrice": {
        "orderType": "NB",
        "effectDate": "2022-10-01",
        "productCode": "11761162231",
        "coCode": "5400",
        "applyPrice": "12.99",
        "placeCode": "D001,D002,D004,D006"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <addPrice>
      <applyCode>312150121709154661</applyCode>
      <warnMsg>该商品查无管控阈值,请谨慎提交</warnMsg>
      <successFlag>true</successFlag>
    </addPrice>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "addPrice": {
        "applyCode": "312150121709154661",
        "warnMsg": "该商品查无管控阈值,请谨慎提交",
        "successFlag": "true"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.selfmarket.addprice.length-overlong:* 参数的值超过规定长度 请检查此参数的值,*号表示参数字段名
biz.selfmarket.addprice.enumeration-error:* 参数的可选值错误 请检查此参数的值,*号表示参数字段名
biz.selfmarket.addprice.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
biz.selfmarket.addprice.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
isp.sys.service.unavailable.sprice 服务不可用 请联系苏宁技术人员
biz.selfmarket.addprice.missing-parameter:supplierCode 供应商编码不能为空 请检查供应商编码
biz.selfmarket.addprice.format-error:supplierCode 供应商编码格式错误 请检查供应商编码
biz.selfmarket.addprice.missing-parameter:productCode 商品编码不能为空 请检查商品编码
biz.selfmarket.addprice.format-error:productCode 商品编码格式错误 请检查商品编码
biz.selfmarket.addprice.product-not-exist:productCode 商品编码对应的商品不存在 请检查商品编码
biz.selfmarket.addprice.missing-parameter:orderType 订单类型不能为空 请加成订单类型
biz.selfmarket.addprice.orderType-unsported 不支持的订单类型 请加成订单类型
biz.selfmarket.addprice.missing-parameter:effectDate 生效日期不能为空 请检查生效日期
biz.selfmarket.addprice.format-error:effectDate 生效日期格式错误 请检查生效日期
biz.selfmarket.addprice.before-current-date:effectDate 生效日期不能小于当前日期 请检查生效日期
biz.selfmarket.addprice.missing-parameter:applyPrice 供价不能为空 请检查价格
biz.selfmarket.addprice.format-error:applyPrice 价格格式错误:精确到小数点后两位,范围为0.01-999,999,999.99 请检查价格
biz.selfmarket.addprice.missing-parameter:coCode 采购公司编码不能为空 请加成采购公司编码
biz.selfmarket.addprice.format-error:coCode 采购公司编码格式错误 请加成采购公司编码
biz.selfmarket.addprice.format-error:placeCode 采购地点编码格式错误,多个逗号分割 请检查采购地点编码
biz.selfmarket.addprice.contract-not-exist:supplierCode:productCode:coCode 对应的合同不存在 对应的合同不存在
biz.selfmarket.addprice.places-not-exist-in-contract 对应的合同中没有采购地点 请检查采购地点
biz.selfmarket.addprice.placeCode-out-of-range-of-contract 指定的采购地点超出合同范围 请检查采购地点
biz.selfmarket.addprice.apply-already-waiting-for-audit 存在审批中的申请 请完成审核后再发起新的申请
biz.selfmarket.addprice.apply-price-have-risk-see-warnMsg 存在价格风险 请检查价格设置
公共异常码
API工具
FAQ