获取店铺的商品分类

接口调用请求说明

  1. http请求方式:POST
  2. https://api.weixin.qq.com/product/store/get_shopcat?access_token=xxxxxxxxx

请求参数示例

  1. {}

回包示例

  1. {
  2. "errcode": 0,
  3. "errmsg":"ok",
  4. "shopcat_list":
  5. [
  6. {
  7. "shopcat_id": 123,
  8. "shopcat_name": "食品",
  9. "f_shopcat_id": 0,
  10. "cat_level": 1
  11. },
  12. ...
  13. ]
  14. }

请求参数说明

回包参数说明

参数类型说明
errcodenumber错误码
errmsgstring错误信息
shopcat_list[].shopcat_idnumber分类ID
shopcat_list[].shopcat_namestring分类名称
shopcat_list[].f_shopcat_idnumber父分类ID
shopcat_list[].cat_levelnumber分类层级

返回码

返回码错误类型
-1系统异常
-2token太长