Search API
Search
Request Body
Name
Type
Description
Example search request
POST https://api-eu.attraqt.io/search HTTP/1.1
Content-Type: application/json; charset=UTF-8
{
"token": "SEARCH_API_TOKEN",
"query": "T-Shirt",
"options": {
"offset": 40,
"limit": 20,
"sortBy": [
{
"attribute": "price",
"order": "asc"
}
],
"facets": [
{
"id": "color",
"values": ["red"]
}
],
"filter": "price < 100",
"customResponseMask": "id, product(title, price, photo)",
"disable": [{ "name": "facet" }]
}
}Search
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Response
Property
Type
Description
items
itemsProperty
Type
Description
metadata
metadataProperty
Type
Description
Example
Last updated

