https://developers.weixin.qq.com/doc/store/shop/API/product/stock_update.html
这个接口说明:该接口仅对曾经上架成功过的商品,且商品草稿状态为非审核中(edit_status != 2 )适用
商品已经上架过,然后下架了,草稿状态也是非审核中状态,但更新的时候报:商品不存在
获取商品接口(https://developers.weixin.qq.com/doc/store/shop/API/product/get.html)
传的data_type = 3,返回的product是存在的 status = 11
请问是不是商品下架了,就不能更新库存了

您好,是的