获取店铺的商品分类
https://api.weixin.qq.com/product/store/get_shopcat?access_token=xxxxxxxxx
获取商品列表
https://api.weixin.qq.com/product/spu/get_list?access_token=xxxxxxxxx
比如:现有分类1、分类2
现在需要获取分类2下面的商品,需要怎么获取?
上面的获取商品列表接口不能传分类id参数,返回的参数也是空的
"shopcat":[]
微信小商店后台分类也有关联商品
同问。怎么用商品分类ID获取商品列表?