{
"keyword": "string",
"shopId": 0,
"sort": "string",
"pageNo": 1,
"pageSize": 1
}
curl --location --request POST 'https://api.pandapon.com/open/product/keyword/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",
"shopId": 0,
"sort": "string",
"pageNo": 1,
"pageSize": 1
}'
{
"requestId": "string",
"code": 0,
"developId": 0,
"msg": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"data": [
{
"mainImageUrl": "string",
"itemId": 0,
"price": "string",
"quantity": 0,
"shopName": "string",
"title": "string",
"tags": [
"string"
]
}
]
}
}