- 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
Điều tra hàng hóa liên quan
POST
/alibaba/product/productRelatedRecommendQuery
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
offerId
integer
必需
pageNo
integer
必需
pageSize
integer
必需
language
string
必需
示例
{
"offerId": 586572607302,
"pageNo": 1,
"pageSize": 10,
"language": "en"
}
示例代码
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/productRelatedRecommendQuery' \
--header 'access-key;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"offerId": 586572607302,
"pageNo": 1,
"pageSize": 10,
"language": "en"
}'
返回响应
🟢200成功
application/json
Body
requestId
string
必需
code
integer
必需
developId
string
必需
msg
string
必需
data
array [object {11}]
必需
imageUrl
string
图片链接
subject
string
中文标题
subjectTrans
string
译文标题
priceInfo
object
价格
offerId
integer
商品ID
monthSold
null
最近90天销售件数
sellerIdentities
array[string]
商家标
offerIdentities
array[string]
商品标
topCategoryId
integer
一级类目ID
secondCategoryId
integer
二级类目ID
thirdCategoryId
integer
三级类目ID
示例
{
"requestId": "686f9b550acd44218769115c9ef0519d",
"code": 200,
"developId": "1110890638347337996",
"msg": "成功",
"data": [
{
"imageUrl": "https://cbu01.alicdn.com/img/ibank/2017/063/103/4250301360_1722873813.jpg",
"subject": "批发荧光笔可爱药丸造型6色迷你学生标记笔儿童彩色涂鸦彩笔",
"subjectTrans": "Wholesale highlighter cute pill shape 6 color mini student marker children color graffiti color pen",
"priceInfo": {
"price": "3.1"
},
"offerId": 551815015124,
"isJxhy": null,
"isOnePsale": null,
"monthSold": null,
"sellerIdentities": [],
"offerIdentities": [],
"topCategoryId": 67,
"secondCategoryId": 81,
"thirdCategoryId": 1033108
},
{
"imageUrl": "https://cbu01.alicdn.com/img/ibank/11546703088_1021617788.jpg",
"subject": "6支6色装胶囊荧光笔迷你调皮药丸笔彩色画重点笔标记笔涂鸦笔彩笔",
"subjectTrans": "6 PCs 6-color capsule highlighter mini naughty pill pen color painting key pen marking pen graffiti pen color pen",
"priceInfo": {
"price": "3.1"
},
"offerId": 549441106462,
"isJxhy": null,
"isOnePsale": null,
"monthSold": null,
"sellerIdentities": [
"powerful_merchants"
],
"offerIdentities": [],
"topCategoryId": 67,
"secondCategoryId": 81,
"thirdCategoryId": 1033108
},
{
"imageUrl": "https://cbu01.alicdn.com/img/ibank/2019/519/790/11225097915_814235775.jpg",
"subject": "学子可爱迷你调皮小丸子荧光笔 6色药丸胶囊款荧光笔 彩色笔",
"subjectTrans": "Student cute mini naughty balls highlighter 6-color pill capsule highlighter color pen",
"priceInfo": {
"price": "3.0"
},
"offerId": 596340944030,
"isJxhy": null,
"isOnePsale": null,
"monthSold": null,
"sellerIdentities": [],
"offerIdentities": [],
"topCategoryId": 67,
"secondCategoryId": 81,
"thirdCategoryId": 1033108
},
{
"imageUrl": "https://cbu01.alicdn.com/img/ibank/2020/073/234/17354432370_1134146374.jpg",
"subject": "亚马逊热销款学子701荧光笔韩国创意迷你调皮可爱药丸固态荧光笔",
"subjectTrans": "Amazon Hot Student 701 Highlighter Korean Creative Mini Naughty Cute Pill Solid State Highlighter",
"priceInfo": {
"price": "2.83"
},
"offerId": 621634634872,
"isJxhy": null,
"isOnePsale": null,
"monthSold": null,
"sellerIdentities": [],
"offerIdentities": [],
"topCategoryId": 67,
"secondCategoryId": 81,
"thirdCategoryId": 1033108
}
]
}
修改于 2025-03-10 03:24:16