删除商品

接口调用请求说明

从初始值/上架/若干下架状态转换成逻辑删除(删除后不可恢复)

  1. http请求方式:POST
  2. https://api.weixin.qq.com/shop/spu/del?access_token=xxxxxxxxx

请求参数示例

  1. {
  2. "product_id": 324545,
  3. "out_product_id": "51514515"
  4. }

回包示例

  1. {
  2. "errcode": 0,
  3. "errmsg":"ok"
  4. }

请求参数说明

参数类型是否必填说明
product_idnumber交易组件平台内部商品ID,与out_product_id二选一
out_product_idstring商家自定义商品ID,与product_id二选一

回包参数说明

参数类型说明
errcodenumber错误码
errmsgstring错误信息