Constructor's Search Platform provides the speed, intelligent matching and advanced learning necessary to drive conversions.
Constructor supports integrating with our Search Platform via our RESTful API to ensure maximum compatibility with all existing customer front-end search UIs.
API endpoints
Using the qs
parameter
qs
parameterTo serialize search parameters such as filters
, fmt_options
or sort_by
and sort_order
into a compact query, simply serialize a JSON object of the parameters into a JSON string.
For example, the following JSON object
{
"filters": {
"item_id": ["cookie", "cream cheese"]
}
}
can be serialized as:
qs=%7B%27filters%27%3A+%7B%27item_id%27%3A+%5B%27cookie%27%2C+%27cream+cheese%27%5D%7D%7D