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

商品关键词搜索

POST
/openapi/1/{appKey}/1688.product.search.keyword

Request

Path Params

Header Params

Body Params application/json

Example
{
    "language": "string",
    "pageSize": 20,
    "currentPage": 1,
    "keyword": "string",
    "sort": "string",
    "priceStart": "string",
    "priceEnd": "string",
    "categoryId": 0,
    "poolId": 0
}

Responses

🟢200OK
application/json
Body

Example
{
    "code": "",
    "msg": "",
    "data": {
        "totalRecords": 0,
        "totalPage": 0,
        "pageSize": 0,
        "currentPage": 0,
        "records": [
            {
                "productId": 0,
                "mainImageUrl": "",
                "title": "",
                "price": "",
                "quantity": 0,
                "repurchaseRate": "",
                "monthSold": 0,
                "tradeScore": "",
                "firstCategoryId": 0,
                "secondCategoryId": 0,
                "thirdCategoryId": 0
            }
        ]
    },
    "requestId": ""
}
Previous
商品详情
Next
类目详情数据
Built with