上架商品

接口调用请求说明

如果该商品处于自主下架状态,调用此接口可把直接把商品重新上架 该接口不影响已经在审核流程的草稿数据

  1. http请求方式:POST
  2. https://api.weixin.qq.com/shop/spu/listing?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错误信息