English
Product Documentation1688 API
Taobao/Tmall APIPoizon API
Product Documentation1688 API
Taobao/Tmall APIPoizon API
中文
  1. 1688 Product Search
  • 1688 Signature & Enumeration
  • 1688 Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search
      GET
    • keyword search
      GET
    • Product details search
      GET
    • Category Query
      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
    • 1688 Messages – Signature Verification
  • 1688 Product Analyze
    • 查询榜单列表
      GET
    • 获取商品每日销售数量趋势
      GET
Product Documentation1688 API
Taobao/Tmall APIPoizon API
Product Documentation1688 API
Taobao/Tmall APIPoizon API
中文
  1. 1688 Product Search

Category Query

GET
/alibaba/category/get
Submit a category ID to query category information. To retrieve all 1688 categories, you need to traverse the entire category tree starting from the root category. First, submit 0 to get all first-level category IDs, then use the retrieved first-level IDs to traverse and obtain the second-level categories. Finally, traverse the second-level category IDs to get the third-level categories. The 1688 category system has a total of three levels.

Request

Query Params

Request Code 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?appKey&appSecret&categoryID=0'

Responses

🟢200OK
application/json
Body

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-11-26 14:01:53
Previous
Product details search
Next
Preview order
Built with