Truy vấn từ khóa hàng hóa
POST
/alibaba/product/keywords/query请求参数
Body 参数application/json
No schema defined
示例
未设置
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
requestId
string | null
可选
ID yêu cầu/Request ID
code
integer | null
Mã trả về
developId
integer | null
可选
ID nhà phát triển
msg
string | null
可选
thông tin tương ứng với mã trả về
data
object
可选
totalRecords
integer | null
可选
Tổng số hồ sơ
totalPage
integer | null
可选
Tổng số trang
pageSize
integer | null
可选
Kích thước phân trang
currentPage
integer | null
Các trang
data
array [object {8}] | null
可选
Dữ liệu phân trang
示例
{
"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
}
]
}
}
最后修改时间: 9 个月前