DAJI OPEN PLATFORM
中文
PRICE
CONSOLE
  1. 1688 Product Search
  • Introduction
    • I. Learn About DAJI
    • II. Become a developer
    • III. Get Access Key and Access Secret
    • IV. Start Your Application Development
    • V. Frequently Asked Question
    • VI. Plans & Pricing
  • 1688 - Adapted Capabilities
    • Capability Specifications
      • Request Signature
      • Enum Type
      • Message Notification
      • Message Notification - Signature
    • Integration Testing
      • 1688 Business Opportunity
        • Query Ranking List
        • Query Daily Product Sales Trend
      • 1688 Product Search
        • Upload image to get imageId
          POST
        • Image Search
          GET
        • Keyword Search
          GET
        • Product Detail Search
          GET
        • Shop Search
          GET
        • Product Shipping Query
          POST
        • Category Query
          GET
        • Product Detail Search - supports short links
          GET
      • 1688 Order Manage
        • Preview Order
        • Create Order
        • Cancel Order
        • Confirm Receipt
        • Query Order Detail
        • Query Order List
      • 1688 Order Pay
        • Get payment links for orders in batches
        • Protocol Pay
      • Other API
        • Multilingual Search Navigation
  • Taobao - Adapted Capabilities
    • Capability Specifications
      • Request Signature
      • Enum Type
      • Message Notification
      • Message Notification - Signature
    • Integration Testing
      • Taobao Order Manage
        • Product ID Mapping
        • Product Preview
        • Create Order
        • Cancel Order
        • Query Order
      • Taobao Order Pay
        • Protocol Pay
      • Taobao Product Search
        • Image upload By Get
        • Image Search
        • Keyword Product Search
        • Shop Search
        • Product Detail Search V2
        • Ranking Type Search
        • Ranking Product Search
        • Product Shipping Query V2
        • Product Detail Search - supports short links
        • Batch Product Shipping Query V2
  • Poizon V2.0 - Adapted Capabilities
    • Capability Specifications
    • Integration Testing
      • Poizon V2.0 Product Search
        • Keyword Search
        • Product Detail
      • Poizon V2.0 Order Manage
        • Create Order & Payment
        • Query Order Info
        • Cancel Order
      • Poizon V2.0 Logistics
        • Query Logistics Trace
      • Poizon V2.0 Balance Query
        • Balance Query
  1. 1688 Product Search

Category Query

GET
/alibaba/category/get
Submit a category ID to query category info. To get all 1688 category info, traverse the entire category tree starting from the root category: first pass 0 to get all level-1 category IDs, then traverse using the obtained level-1 IDs to get level-2 categories, and finally traverse level-2 IDs to get level-3 categories. 1688 has three category 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 'https://openapi.dajisaas.com/alibaba/category/get?appKey=&appSecret=&categoryID=0'

Responses

🟢200Success
application/json
Bodyapplication/json

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"
}
Previous
Product Shipping Query
Next
Product Detail Search - supports short links
Built with