功能描述
商品管理模块有多项重要接口未实现,包括商品开售管理、属性映射、发品前校验、上架策略等。
官方文档
https://developers.weixin.qq.com/doc/channels/API/channels-shop-product/shop/
需要实现的接口列表(13个)
| 接口名称 |
请求路径 |
| 获取商品的移动应用跳转scheme码 |
/channels/ec/product/scheme/get |
| 类目推荐 |
/channels/ec/product/category/classify |
| 商品立即开售 |
/channels/ec/product/begintimingsale |
| 取消商品开售 |
/channels/ec/product/canceltimingsale |
| 站内外商品属性映射 |
/channels/ec/product/externalproductmapping |
| 发品前校验 |
/channels/ec/product/categoryprecheck |
| 获取商品上架策略 |
/channels/ec/product/auditstrategy/get |
| 设置商品上架策略 |
/channels/ec/product/auditstrategy/set |
| 获取商品提审限额 |
/channels/ec/product/getauditquota |
| 商品属性映射及推荐 |
/channels/ec/product/externalproductmappingnew |
| 商品品牌推荐 |
/channels/ec/product/productbrandrecommend |
| 新增第三方货源信息 |
/channels/ec/product/addproductthirdpartysource |
| 获取库存流水 |
/channels/ec/product/stock/getflow |
实现要点
在 WxChannelProductService 中新增对应方法。
功能描述
商品管理模块有多项重要接口未实现,包括商品开售管理、属性映射、发品前校验、上架策略等。
官方文档
https://developers.weixin.qq.com/doc/channels/API/channels-shop-product/shop/
需要实现的接口列表(13个)
/channels/ec/product/scheme/get/channels/ec/product/category/classify/channels/ec/product/begintimingsale/channels/ec/product/canceltimingsale/channels/ec/product/externalproductmapping/channels/ec/product/categoryprecheck/channels/ec/product/auditstrategy/get/channels/ec/product/auditstrategy/set/channels/ec/product/getauditquota/channels/ec/product/externalproductmappingnew/channels/ec/product/productbrandrecommend/channels/ec/product/addproductthirdpartysource/channels/ec/product/stock/getflow实现要点
在
WxChannelProductService中新增对应方法。