Depal Open API Doc
  1. alibaba wholesale(1688)
Depal Open API Doc
  • 中文
    • 接入说明
      • 基本概念
      • 签名规则
      • 获取Token
    • 商品服务
      • 1688
        • 商品详情
        • 商品池查询
    • 订单服务
      • 下单前预览
      • 提交订单
      • 订单详情
      • 取消订单
      • 物流跟踪查询
  • English
    • API Instruction
      • Signature Rule
      • Get Token
    • product service
      • alibaba wholesale(1688)
        • Commodity Details
          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
appKey
string 
required
Header Params
Authorization
string 
optional
Default:
{{smile_admin_Authon}}
Example:
{{smile_admin_Authon}}
x-depal-timestamp
string 
required
timestamp when calling the service, milliseconds
x-depal-access-token
string 
required
retrieve from "system.token.get"
x-depal-signature
string 
required
sign the request data, refer to the signature document
Body Params application/json
poolId
integer <int64>
required
pageSize
integer 
optional
Records per page
<= 10
language
string 
required
need to contact Yato to open the corresponding language
Language Code https://baike.baidu.com/item/语言代码/6594123
en = English
ru = Russian
ja = Japanese
vi = Vietnamese
currentPage
integer 
optional
Current Page, 1,2,3
>= 1
categoryId
integer <int64>
optional
Category ID
taskId
string 
required
Query task ID, if the pallet has 10000 items, each page 1000 queries 10 times to check 10000 items, these 10 times need to be sent to the same taskId
Example
{
    "poolId": 0,
    "pageSize": 10,
    "language": "string",
    "currentPage": 1,
    "categoryId": 0,
    "taskId": "string"
}

Responses

🟢200OK
application/json
Body
msg
string 
optional
INFORMATION
code
string 
optional
Status Code
data
array[object (ProductPoolResultEn) {3}] 
optional
Data
productId
integer <int64>
optional
Commodity ID
categoryId
integer <int64>
optional
Category ID
poolTotal
integer <int64>
optional
commodity pools
(returned for each item, possibly 0)
requestId
string 
optional
Request ID for easy issue tracking
Example
{
    "msg": "",
    "code": "",
    "data": {
        "totalRecords": 0,
        "records": [
            {
                "monthSold": 0,
                "quantity": 0,
                "productId": 0,
                "tradeScore": "",
                "price": "",
                "title": "",
                "repurchaseRate": "",
                "mainImageUrl": "",
                "firstCategoryId": 0,
                "secondCategoryId": 0,
                "thirdCategoryId": 0
            }
        ],
        "totalPage": 0,
        "pageSize": 0,
        "currentPage": 0
    },
    "requestId": ""
}
Previous
Commodity Details
Next
Pre-order Preview
Built with