Depal Open API Doc
  1. alibaba wholesale(1688)
Depal Open API Doc
  • 中文
    • 接入说明
      • 基本概念
      • 签名规则
      • 获取Token
    • 商品服务
      • 1688
        • 商品详情
        • 商品关键词搜索
        • 类目详情数据
        • 商品池查询
    • 订单服务
      • 下单前预览
      • 提交订单
      • 订单详情
      • 取消订单
      • 物流跟踪查询
  • English
    • API Instruction
      • Introduction
      • Signature Rule
      • Get Token
    • product service
      • alibaba wholesale(1688)
        • Commodity keyword search
          POST
        • Commodity Details
          POST
        • Category Detail Data
          POST
        • Commodity Pool Query
          POST
    • Order Service
      • Pre-order Preview
      • Submit Order
      • Order Details
      • Cancel Order
      • Logistics tracking query
  1. alibaba wholesale(1688)

Commodity Pool Query

POST
/openapi/1/{appKey}/1688.product.pool.query
Can be based on the current page of the record number is less than pageSize to determine, the query is complete

Request

Path Params

Header Params

Body Params application/json

Example
{
    "language": "string",
    "pageSize": 10,
    "currentPage": 1,
    "poolId": 0,
    "taskId": "string"
}

Responses

🟢200OK
application/json
Body

Example
{
    "code": "",
    "msg": "",
    "data": {
        "totalRecords": 0,
        "totalPage": 0,
        "pageSize": 0,
        "currentPage": 0,
        "records": [
            {
                "productId": 0,
                "categoryId": 0,
                "poolTotal": 0
            }
        ]
    },
    "requestId": ""
}
Previous
Category Detail Data
Next
Pre-order Preview
Built with