当前位置:首页 > 大杂烩 > 正文内容

微盟云商品类目查询,服饰类的二级分类有哪些

高老师3年前 (2024-01-26)大杂烩458

以下是服饰类的二级分类数据:

{
    "code": {
        "errcode": "0",
        "errmsg": "处理成功",
        "globalTicket": "13620-1706235097.369-saas-w1-548-12696767983",
        "monitorTrackId": "ad3a8614-d096-4240-aa6a-e354c9b6cab1"
    },
    "data": {
        "goodsCategoryInfoList": [
            {
                "mallCategoryCertificateMgrDTO": null,
                "categoryType": null,
                "categoryLevel": 2,
                "categoryPropertyList": null,
                "parentCategoryId": 3,
                "categoryName": "服饰配件/皮带/帽子/围巾",
                "isLeaf": true,
                "categoryId": 43
            },
            {
                "mallCategoryCertificateMgrDTO": null,
                "categoryType": null,
                "categoryLevel": 2,
                "categoryPropertyList": null,
                "parentCategoryId": 3,
                "categoryName": "女装",
                "isLeaf": true,
                "categoryId": 44
            },
            {
                "mallCategoryCertificateMgrDTO": null,
                "categoryType": null,
                "categoryLevel": 2,
                "categoryPropertyList": null,
                "parentCategoryId": 3,
                "categoryName": "男装",
                "isLeaf": true,
                "categoryId": 45
            },
            {
                "mallCategoryCertificateMgrDTO": null,
                "categoryType": null,
                "categoryLevel": 2,
                "categoryPropertyList": null,
                "parentCategoryId": 3,
                "categoryName": "女士内衣/男士内衣/家居服",
                "isLeaf": true,
                "categoryId": 46
            },
            {
                "mallCategoryCertificateMgrDTO": null,
                "categoryType": null,
                "categoryLevel": 2,
                "categoryPropertyList": null,
                "parentCategoryId": 3,
                "categoryName": "运动户外",
                "isLeaf": true,
                "categoryId": 47
            }
        ]
    }
}

我只关注女装类的编号是44,你需要其他的可以自取。

扫描二维码推送至手机访问。

版权声明:本文由高久峰个人博客发布,如需转载请注明出处。

本文链接:https://blog.20230611.cn/post/710.html

分享给朋友:

“微盟云商品类目查询,服饰类的二级分类有哪些” 的相关文章

Git本地仓库学习

Git本地仓库学习

1.全局用户信息设置 git  config  --global  user.name  gaojiufeng git  config  --global  user.email  392223903...

Application的错误使用

Application的错误使用

Application 对象用于存储和访问来自任意页面的变量,类似 Session 对象。不同之处在于所有的用户分享一个 Application 对象,而 session 对象和用户的关系是一一对应的。很多的书籍中介绍的Application对象都喜欢以统计在线人数来介绍Application 对象...

c#关闭计算机的代码

c#关闭计算机的代码

    1.关机Process.Start("shutdown", "-s -t 0");    2. 注销  Proc...

c#中文简体转换繁体

c#中文简体转换繁体

private const string fantizi = "高久峰是個程序員"; private const string jiantizi = "高久峰是个程序员...

navicat for mysql 11.1.13 企业破解版

navicat for mysql 11.1.13 企业破解版

navicat for mysql 11.1.13 企业破解版.绿色软件免安装,请直接打开安装说明.一定要看说明.下载地址:          http://pan.baidu.com/s/1dFINxNN下载链接失效,直接点击上方QQ呼叫...

VMware CentOS网络连接设置

VMware CentOS网络连接设置

1.设置桥接模式,复制物理网络状态2.编辑/etc/sysconfig/network-scripts/ifcfg-eth0以下配置:(如果没有自己创建对应选项)ONBOOT=yes NM_CONTROLLED=noBOOTPROTO=staticIPADDR=192.168.2.240...