{
"keyword": "string",
"beginPage": 0,
"pageSize": 0,
"country": "en",
"sort": "string",
"outMemberId": "string",
"priceStart": "string",
"priceEnd": "string",
"categoryId": "string"
}
curl --location --request POST '/v2/alibaba/product/keywords/qqyx/query' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"beginPage": 0,
"pageSize": 0,
"country": "en",
"sort": "string",
"outMemberId": "string",
"priceStart": "string",
"priceEnd": "string",
"categoryId": "string"
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"totalRecords": 0,
"totalPage": 0,
"pageSize": 0,
"currentPage": 0,
"data": [
{
"imageUrl": "",
"subject": "",
"subjectTrans": "",
"offerMapId": "",
"isJxhy": false,
"priceInfo": {
"price": "",
"jxhyPrice": "",
"pfJxhyPrice": ""
},
"repurchaseRate": "",
"monthSold": 0
}
]
}
}