- 1688 Solution Introduction
- 1688 Product Search
- 1688 Order Manage
- 1688 Oder Pay
- 1688 Message Service
类目查询
GET
/alibaba/category/get
Request
Query Params
appKey
string
optional
appSecret
string
optional
categoryID
string
optional
Example:
0
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.dajisaas.com/alibaba/category/get'
Responses
🟢200OK
application/json
Body
code
integer
required
message
string
required
data
array [object {11}]
required
categoryID
integer
optional
name
null
optional
level
null
optional
isLeaf
boolean
optional
parentIDs
null
optional
childIDs
null
optional
childCategorys
array [object {4}]
optional
minOrderQuantity
integer
optional
featureInfos
null
optional
categoryType
string
optional
isSupportProcessing
null
optional
timestamp
integer
required
traceId
string
required
Example
{
"code": 200,
"message": "操作成功",
"data": [
{
"categoryID": 15,
"name": "居家日用品",
"level": null,
"isLeaf": false,
"parentIDs": [
0
],
"childIDs": null,
"childCategorys": [
{
"id": 1556,
"name": "居家日用",
"categoryType": "1",
"isLeaf": false
},
{
"id": 1045268,
"name": "酒店用品",
"categoryType": "1",
"isLeaf": false
},
{
"id": 124284003,
"name": "秤",
"categoryType": "1",
"isLeaf": false
},
{
"id": 124272009,
"name": "打火机及烟具",
"categoryType": "1",
"isLeaf": false
},
{
"id": 124016003,
"name": "挡风、遮阳、防雨工具",
"categoryType": "1",
"isLeaf": false
},
{
"id": 201664803,
"name": "保暖贴/怀炉/保暖用品",
"categoryType": "1",
"isLeaf": false
},
{
"id": 1045059,
"name": "USB新奇特",
"categoryType": "1",
"isLeaf": false
}
],
"minOrderQuantity": 2,
"featureInfos": [
{
"key": "BEGIN_AMOUNT_LIMIT",
"value": "2",
"status": 0,
"hierarchy": true
},
{
"key": "lmchangjingbiao",
"value": "xianhuo,jiagong,dinghuo",
"status": 0,
"hierarchy": false
},
{
"key": "SEVEN_DAYS_REFUNDS",
"value": "n",
"status": 0,
"hierarchy": true
}
],
"categoryType": "1",
"isSupportProcessing": true
}
],
"timestamp": 1727262487529,
"traceId": "538c18af3b8e"
}

Modified at 2025-06-18 10:25:16