English
Product Documentation1688 APITaobao/Tmall APIPoizon API
Product Documentation1688 APITaobao/Tmall APIPoizon API
中文
  1. Product Search
  • Product Search
    • Keyword Search
      GET
    • Product Detail
      GET
  1. Product Search

Keyword Search

GET
/poizon/product/queryList

Request

Query Params
appKey
string 
optional
DAJI AppKey
appSecret
string 
optional
appSecret (For Testing Only) – Use the sign signature in production environments.
sign
string 
optional
Signature: Sort the request parameters in dictionary order and append the appSecret key. This field can be omitted during testing.
startId
string 
optional
The starting ID used for pagination in the result set.
Example:
0
pageSize
string 
optional
Specifies the number of results to return.Valid range: 1–20.Default value: 10.
Example:
10
dwSpuTitle
string 
optional
Chinese Keywords
distSpuTitle
string 
optional
English Keywords
distBrandName
string 
optional
Brand
Example:
Nike
dwDesignerId
string 
optional
Style: FQ7860-010
Example:
FQ7860-010

Request 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/poizon/product/queryList?appKey=&appSecret=&sign&startId=0&pageSize=10&dwSpuTitle=&distSpuTitle=&distBrandName=Nike&dwDesignerId=FQ7860-010'

Responses

🟢200成功
application/json
Body
msg
string 
required
code
integer 
required
data
object 
required
total
integer 
required
spuList
array [object {23}] 
required
status
integer 
required
Example
{
    "msg": "success",
    "code": 200,
    "data": {
        "total": 1,
        "spuList": [
            {
                "dwSpuTitle": "Nike Air Max Dn8 柔软舒适防滑耐磨 低帮跑步鞋 男款 白色",
                "image": "https://cdn.poizon.com/pro-img/origin-img/20250330/78f62fd4bb1e432c9c91652402393b4e.jpg",
                "distSpuTitle": "Nike Air Max Dn8 Pure Platinum",
                "distCategoryl3Name": "Running shoes",
                "dwSpuId": 21580477,
                "baseImage": [
                    "https://cdn.poizon.com/pro-img/origin-img/20250330/78f62fd4bb1e432c9c91652402393b4e.jpg",
                    "https://cdn.poizon.com/pro-img/origin-img/20250330/5545feaf583c4901aa0a3a159a24851a.jpg",
                    "https://cdn.poizon.com/pro-img/origin-img/20250330/0d575e7edbb74485afac3dfcb706f99b.jpg",
                    "https://cdn.poizon.com/pro-img/origin-img/20250330/03dd5e7af9f0490fab1acb316ebeeee3.jpg",
                    "https://cdn.poizon.com/pro-img/origin-img/20250330/bbe3cca3fc0341b0b376317c830e7a4b.jpg",
                    "https://cdn.poizon.com/pro-img/origin-img/20250330/b63538b31f2f48379b51583b7d3e898d.jpg"
                ],
                "distCategoryl1Name": "Shoes",
                "productDesc": "",
                "dwDesignerId": "FQ7860-010",
                "distCategoryl2Name": "Athletic Shoes",
                "modifyTime": 1748302336000,
                "material": "",
                "createTime": 1745244444000,
                "distSpuId": "24ca4a57-1dbd-474b-bcf0-43a849cf8226",
                "distStatus": "PRODUCT_ON",
                "sizeChart": "https://cdn.poizon.com/trade/gondor/10684136/20250108-df292b2c13ba81d8-w1443h3939.jpeg",
                "season": "春,秋",
                "distFitPeopleName": "Men's",
                "sellDate": 1743868800000,
                "style": "",
                "id": 151750413,
                "distBrandName": "Nike",
                "authPrice": 139900
            }
        ]
    },
    "status": 200
}
Modified at 2025-06-18 16:04:03
Next
Product Detail
Built with