- 淘宝
- 1688
- 商品
- 订单
- 售后
- 消息回调
- 购物车
- 营销
- 基础
- 仓库物流
商品图片搜索
POST
/alibaba/product/image/query
商品
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
imageBase64
string | null
必需
beginPage
integer | null
第几页
pageSize
integer | null
分页大小
country
string | null
目前固定传 en
region
string | null
主体选择
filter
string | null
可选
sort
string | null
可选
priceStart
string | null
最小批发价
priceEnd
string | null
最大批发价
categoryId
integer | null
类目id
imageAddress
string | null
可选
outMemberId
string | null
外部用户id
示例
{
"imageBase64": "/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEB",
"beginPage": 1,
"pageSize": 20,
"country": "en",
"region": "",
"filter": "shipInToday,ksCiphertext",
"sort": "{\"price\":\"asc\"}",
"priceStart": "239.99",
"priceEnd": "882.05",
"categoryId": 72,
"imageAddress": "https://cbu01.alicdn.com/img/ibank/O1CN01vggy3T1mdyaUYC0LL_!!2211085014978-0-cib.jpg",
"outMemberId": "21000070000"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.pandapon.com/alibaba/product/image/query' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageBase64": "/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEB",
"beginPage": 1,
"pageSize": 20,
"country": "en",
"region": "",
"filter": "shipInToday,ksCiphertext",
"sort": "{\"price\":\"asc\"}",
"priceStart": "239.99",
"priceEnd": "882.05",
"categoryId": 72,
"imageAddress": "https://cbu01.alicdn.com/img/ibank/O1CN01vggy3T1mdyaUYC0LL_!!2211085014978-0-cib.jpg",
"outMemberId": "21000070000"
}'
返回响应
🟢200成功
application/json
Body
requestId
string | null
请求ID
code
integer | null
返回码
developId
integer | null
开发者ID
msg
string | null
返回码对应信息
data
object (AlibabaBasePageVO«AlibabaProductListInfo»)
返回内容
totalRecords
integer | null
总记录数
totalPage
integer | null
总页数
pageSize
integer | null
分页大小
currentPage
integer | null
第几页
data
array[object (AlibabaProductListInfo) {8}] | null
分页数据
示例
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"totalRecords": 0,
"totalPage": 0,
"pageSize": 0,
"currentPage": 0,
"data": [
{
"imageUrl": "",
"subject": "",
"subjectTrans": "",
"offerId": 0,
"isJxhy": false,
"priceInfo": {
"price": "",
"jxhyPrice": "",
"pfJxhyPrice": ""
},
"repurchaseRate": "",
"monthSold": 0
}
]
}
}
修改于 2025-01-01 06:32:46