- Taobao
- Sản phẩm
- Đơn hàng
- Sau bán hàng
- Gọi lại tin nhắn
- Giỏ hàng
- 1688
- Sản phẩm
- Đơn hàng
- Dữ liệu xem thử trước khi tạo đơn đặt hàng
- Tạo đơn đặt hàng
- Nhận chi tiết đặt hàng
- Hủy đơn đặt hàng trước khi thanh toán
- Thứ tự thanh toán
- Người mua xác nhận nhận hàng
- Các nhà phát triển nộp các khoản thanh toán hàng loạt
- Dữ liệu xem thử trước khi tạo đơn đặt hàng(khối lượng các doanh nghiệp khác nhau)
- Tạo đơn đặt hàng Các doanh nghiệp khác nhau
- Theo dõi hậu cần để nhận lệnh
- Truy vấn phân trang danh sách đơn đặt hàng
- Sau bán hàng
- Gọi lại tin nhắn
- Giỏ hàng
- Tiếp thị
- Basics
1688 Lựa chọn nghiêm ngặt
POST
/alibaba/product/keywords/1688yx/query
Sản phẩm
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
keyword
string
必需
beginPage
integer
必需
pageSize
integer
必需
country
string
必需
sort
string
必需
outMemberId
string
必需
priceStart
string
必需
priceEnd
string
必需
categoryId
string
必需
示例
{
"keyword": "男鞋",
"beginPage": 1,
"pageSize": 20,
"country": "en",
"sort": "{\"price\":\"desc\"}",
"outMemberId": "",
"priceStart": "633.69",
"priceEnd": "647.60",
"categoryId": ""
}
示例代码
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/keywords/1688yx/query' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "男鞋",
"beginPage": 1,
"pageSize": 20,
"country": "en",
"sort": "{\"price\":\"desc\"}",
"outMemberId": "",
"priceStart": "633.69",
"priceEnd": "647.60",
"categoryId": ""
}'
返回响应
🟢200OK
application/json
Body
requestId
string | null
可选
code
integer | null
Mã trả về
developId
integer | null
可选
msg
string | null
可选
data
object
可选
totalRecords
integer | null
可选
totalPage
integer | null
可选
pageSize
integer | null
可选
currentPage
integer | null
Các trang
data
array [object {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-02-26 07:47:38