收藏
回答

视频号上架商品:10022004 商品异常 禁止添加到橱窗?

视频号上架商品到橱窗出现异常,急需帮助!

上架商品到橱窗

POST https://api.weixin.qq.com/channels/ec/window/product/add?access_token=ACCESS_TOKEN

array(2) {
  ["errcode"] => int(10022004)
  ["errmsg"] => string(66) "商品异常 禁止添加到橱窗 rid: 63bb88d9-37f2dd74-13580e19"
}


然后调用商品详情接口返回的 banned_details 又是空的

POST https://api.weixin.qq.com/channels/ec/window/product/get?access_token=ACCESS_TOKEN

array(2) {
  ["product_id"] => string(9) "489529559"
  ["appid"] => string(18) "****隐藏****"
}
array(3) {
  ["errcode"] => int(0)
  ["errmsg"] => string(2) "ok"
  ["product"] => array(15) {
    ["product_id"] => string(9) "489529559"
    ["out_product_id"] => string(3) "240"
    ["title"] => string(33) "阿尔法蛋自由练习本套装"
    ["img_url"] => string(156) "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SH/reserved/63b8eac90000c43a08274908b434b00b000000a100004f50?imageView2/1/w/800/h/800/q/50"
    ["third_category_id"] => string(4) "6755"
    ["status"] => int(2)
    ["market_price"] => int(3900)
    ["selling_price"] => int(3900)
    ["stock"] => int(992)
    ["appid"] => string(18) "****隐藏****"
    ["page_path"] => array(3) {
      ["appid"] => string(18) "****隐藏****"
      ["half_page_path"] => string(42) "/pages/goodsdetail/goodsdetail.html?id=240"
      ["full_page_path"] => string(42) "/pages/goodsdetail/goodsdetail.html?id=240"
    }
    ["platform_id"] => int(10000000)
    ["platform_name"] => string(16) "**优选plus"
    ["is_hide_for_window"] => bool(false)
    ["banned_details"] => array(0) {
    }
  }
}


视频号助手 - 商品橱窗 那里也是无法上架,全部商品都是:禁止售卖,不知道怎么调试了。。。

回答关注问题邀请回答
收藏

1 个回答

  • Jianbo
    Jianbo
    2023-01-09

    https://developers.weixin.qq.com/doc/channels/API/windowproduct/add.html


    2023-01-09
    有用
    回复 7
    • ajiu
      ajiu
      2023-01-09
      没用,我都说了:然后调用商品详情接口返回的 banned_details 又是空的
      2023-01-09
      回复
    • Jianbo
      Jianbo
      2023-01-09回复ajiu
      https://api.weixin.qq.com/channels/ec/window/product/get?access_token=ACCESS_TOKEN 这是接口是获取上架橱窗后的商品详情。你要检查上架这个商品是否有问题。
      2023-01-09
      回复
    • ajiu
      ajiu
      2023-01-09回复Jianbo
      现在就是怎么检查商品有问题,我这个是正常上架的商品
      2023-01-09
      回复
    • 李洋
      李洋
      2023-01-09回复ajiu
      是系统有点问题,已经修复。辛苦重试一下,应该可以正常上架了
      2023-01-09
      回复
    • ajiu
      ajiu
      2023-01-09回复李洋
      2023-01-09
      回复
    查看更多(2)
登录 后发表内容