问题接口:视频号助手API /橱窗管理 /获取橱窗商品详情(https://developers.weixin.qq.com/doc/channels/API/windowproduct/get.html)
视频号ID:sphUkMzVTZbrlXL
复现步骤:
1、首先,通过获取已添加到橱窗的商品列表(https://developers.weixin.qq.com/doc/channels/API/windowproduct/list_get.html)正常获取到商品列表
2、调用获取橱窗商品详情(https://developers.weixin.qq.com/doc/channels/API/windowproduct/get.html)接口获取product_promotion_link
问题表现:
橱窗中100多个商品中,除了其中一个店铺的十几个商品,其余商品均可正常完成两步调用获取到product_promotion_link,唯独某一个店铺的商品详情返回为空。
其中一个问题商品ID:10000182011728,获取橱窗商品详情返回值:postData=("need_cps_product" : true, "product_id": "10000182011728"), result:HttpResult(statusCode=200, result={"errcode" :0, "errmsg": "ok", "cps_products": []}
问额外补充信息:同样是该店铺的同一款商品,在另外一个达人账号(视频号ID:sphBx1p4CgzyIhW)下,可以正常拉取到橱窗商品详情
麻烦帮忙看看怎么回事?