获取一级/二级类目
调用逻辑
▪ 查询一级类目时无需传入父类目 ID。
▪ 查询二级类目时需要传入父类目 ID。
▪ 目前类目层级最多只支持二层。
▪ 该接口调用的常见问题,请参见 商品对接问题。
调用权限
▪ 调用前,请确保您已在微盟云控制台申请了该 API。申请步骤请参见 申请能力。
▪ ACCESS_TOKEN 是调用 API 的授权令牌。获取方法请参见 获取 token(自有型)或 获取 token(工具型)。
协议 | 请求方式 | 请求地址 |
---|---|---|
https | POST | https://dopen.weimob.com/apigw/weimob_shop/v2.0/goods/category/getList?accesstoken=ACCESS_TOKEN |
参数 | 是否必填 | 类型 | 示例 | 描述 |
---|---|---|---|---|
parentCategoryId | 否 | number | 1000000 | 上级商品类目 ID。查询一级类目时无需传入父类目 ID,查询二级类目时需要传入父类目 ID。 |
basicInfo | 是 | object | {"vid":6000287446212} | 基础信息 |
vid | 是 | number | 6000287446212 |
已经直接将返回的json查询到,您可以直接使用我的json查看返回编号:
{ "code": { "errcode": "0", "errmsg": "处理成功", "globalTicket": "3976-1706234138.050-saas-w1-548-18255696281", "monitorTrackId": "85a9eddc-d0b6-4267-a23a-a71bbd46ba3b" }, "data": { "goodsCategoryInfoList": [ { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "食品", "isLeaf": false, "categoryId": 1 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "美妆护肤", "isLeaf": false, "categoryId": 2 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": 1, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "服饰", "isLeaf": false, "categoryId": 3 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": 2, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "鞋类箱包", "isLeaf": false, "categoryId": 4 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": 3, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "母婴", "isLeaf": false, "categoryId": 5 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "居家日用", "isLeaf": false, "categoryId": 6 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "珠宝配饰", "isLeaf": false, "categoryId": 7 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "3C数码", "isLeaf": false, "categoryId": 8 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "家用电器", "isLeaf": false, "categoryId": 9 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "图书音像", "isLeaf": false, "categoryId": 10 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "医疗保健", "isLeaf": false, "categoryId": 11 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "古董收藏", "isLeaf": false, "categoryId": 12 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "休闲娱乐", "isLeaf": false, "categoryId": 13 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "餐饮美食", "isLeaf": false, "categoryId": 14 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "丽人", "isLeaf": false, "categoryId": 15 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "旅游酒店", "isLeaf": false, "categoryId": 16 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "汽车/交通", "isLeaf": false, "categoryId": 17 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "商务办公", "isLeaf": false, "categoryId": 18 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "便民生活", "isLeaf": false, "categoryId": 19 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "文化体育", "isLeaf": false, "categoryId": 20 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "学习培训", "isLeaf": false, "categoryId": 21 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "房地产", "isLeaf": false, "categoryId": 22 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "金融理财", "isLeaf": false, "categoryId": 23 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "网络游戏", "isLeaf": false, "categoryId": 24 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "话费通信", "isLeaf": false, "categoryId": 25 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "工农用品", "isLeaf": false, "categoryId": 26 }, { "mallCategoryCertificateMgrDTO": null, "categoryType": null, "categoryLevel": 1, "categoryPropertyList": null, "parentCategoryId": 0, "categoryName": "其他", "isLeaf": false, "categoryId": 27 } ] } }
我需要的是一级大类“服饰“,编号是:3,你需要其他的可以自己在JSON中查阅。
1.全局用户信息设置 git config --global user.name gaojiufeng git config --global user.email 392223903...
在安装之前我们先看看官方给出的依赖关系.首先是dll文件和mongodb软件的依赖关系然后是PHP文件和dll的依赖关系我的是phpstudy的集成环境PHP5.4.45 NTS+Apache+Mysql【一】.安装mongodb3.0软件对比依赖关系下载mongodb3.0.msi软件,完整名称:...
public static string GetMD5(string str) { //创建MD5对象 MD5 md5 = MD5.C...
方案1.IE浏览器"无法显示此页"的解决办法(1).按下Win+R键打开运行,输入netsh winsock reset,回车;(2).重启即可. 方案2.IE浏览器"无法显示此页"的解决办法 (1).设置-连接-局域网设置-自动检测设置开...
1.文件redis-2.6.14.tar.gz的上传 /home/john/创建rdtar文件夹 上传redis-2.6.14.tar.gz至rdtar文件夹 2.解压文件 cd /home/john/rdtar tar &n...
navicat for mysql 11.1.13 企业破解版.绿色软件免安装,请直接打开安装说明.一定要看说明.下载地址: http://pan.baidu.com/s/1dFINxNN下载链接失效,直接点击上方QQ呼叫...