Product Suggest API
Product suggest
Request Body
Name
Type
Description
Example product suggest request
POST https://api-eu.attraqt.io/search/suggest HTTP/1.1
Content-Type: application/json; charset=UTF-8
{
"token": "SEARCH_API_TOKEN",
"query": "t-shirt",
"options": {
"customResponseMask": "id, product(title, price, photo)",
"filter": "price > 50",
"sortBy": [
{
"attribute": "price",
"order": "asc"
}
],
"groupBy": {
"attribute": "kind",
"size": 3,
"values": ["product", "box"]
}
}
}Response
Property
Type
Description
groups
groupsProperty
Type
Description
metadata
metadataProperty
Type
Description
Example
Last updated

