English
Product Documentation1688 APITaobao/Tmall APIPoizon API
Product Documentation1688 APITaobao/Tmall APIPoizon API
中文
  1. 1688 Product Search
  • 1688 Solution Introduction
  • 1688 Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search
      GET
    • keyword search
      GET
    • Product details search
      GET
    • 类目查询
      GET
  • 1688 Order Manage
    • Preview order
      POST
    • Create order
      POST
    • Cancel order
      POST
    • View order details
      POST
    • Buyer confirms receipt
      POST
  • 1688 Oder Pay
    • Get payment links for orders in batches
      GET
    • Initiate password-free payment
      POST
  • 1688 Message Service
    • 1688 Message Service
  1. 1688 Product Search

类目查询

GET
/alibaba/category/get
提交类目ID查询类目信息,如果需要获取所有1688类目信息,需要从根类目开始遍历获取整个类目树,先传0获取所有一级类目ID,然后在通过获取到的一级类目ID遍历获取所二级类目,最后通过遍历二级类目ID获取三级类目,1688类目共三级。

Request

Query Params
appKey
string 
optional
大吉平台appKey
appSecret
string 
optional
秘钥,仅调试使用,正式用sign签名
categoryID
string 
optional
类目ID
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
类目ID
name
null 
optional
类目名称
level
null 
optional
类目层级
isLeaf
boolean 
optional
是否叶子类目
parentIDs
null 
optional
上层类目ID
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
traceId
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
Previous
Product details search
Next
Preview order
Built with