易达优送开放平台
  1. 基础资料
易达优送开放平台
  • WMS海外仓开放平台
    • 开发者必读
      • 对接说明
      • 枚举描述
    • 基础资料
      • 国家
        POST
      • 仓库可发渠道
        POST
      • 商品分类列表
        POST
      • 仓库
        POST
    • 商品
      • 新增商品
      • 编辑商品
      • 取消商品
      • 商品详情
      • 标签(面单)
      • 获取客户所有商品
    • 入库
      • 新增入库单
      • 确认入库单
      • 取消入库单
      • 入库详情
    • 订单
      • 新增订单
      • 取消订单
      • 订单详情
      • 标签(面单)
      • 拦截订单
      • 更新订单快递标和物流追踪号
      • 上传订单附件
    • 库存
      • 商品库存
    • 退货
      • 新增退货单
      • 取消退货单
      • 退货单列表
  • 数据模型
    • 示例数据模型
    • WMS常用数据模型
      • 商品Vo
      • 分页响应
      • 响应体数据结构
      • 国家
      • 新增或编辑商品
      • 客户参考号-入库
  1. 基础资料

商品分类列表

POST
/api/customer/operation/channelList

请求参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/channelList' \
--header 'apiKey: 5ff6e6a70376ba11a42e277086598d4a' \
--header 'signature: 4590A48221F34CE299EA2D74036246F5' \
--header 'timestamp: 1717381423' \
--header 'sourceFrom: lingxing'

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "message": "操作成功!",
    "code": 200,
    "result": {
        "data": [
            {
                "key": "1791739369405665282",
                "name": "服装/服饰配件",
                "hasChild": "0",
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791739437395333121",
                "name": "鞋子",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791740622135218178",
                "name": "汽车、摩托车",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791740667400146945",
                "name": "美容健康",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791740716561584129",
                "name": "家居用品",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791740761155424257",
                "name": "孕婴童",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791740809515749377",
                "name": "情趣用品",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791740883050287105",
                "name": "电脑和办公",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741090047578114",
                "name": "建筑",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741136491106305",
                "name": "消费电子",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741181823143938",
                "name": "照明灯饰",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741224974143490",
                "name": "饰品",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741277864316929",
                "name": "办公文教用品",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741340200062978",
                "name": "运动及娱乐",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741396365987841",
                "name": "家具和室内装饰品",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741438036398082",
                "name": "电气设备和产品",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741484383457282",
                "name": "电子元器件",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741550422773761",
                "name": "假发及周边",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741624905224193",
                "name": "五金",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            },
            {
                "key": "1791741691384942594",
                "name": "家用电器",
                "hasChild": null,
                "parentId": "0",
                "childList": null
            }
        ]
    },
    "timestamp": 1717057463348
}
修改于 2024-11-27 03:08:22
上一页
仓库可发渠道
下一页
仓库
Built with