v1
latestOpenAPI 3.1.02026-07-241765501.1 MBRetrieve by prefix
Retrieve AI optimized autocomplete results for products and search suggestions (and/or optionally other sections). Prefix length is limited to 200 characters.
Path parameters
Query parameters
The key of the index to use.
The number of section results per page to return.
{
"Products": 10,
"Search Suggestions": 5
}The offset of section results to return.
{
"Products": 0,
"Search Suggestions": 0
}The page of section results to return.
{
"Products": 1,
"Search Suggestions": 1
}An object specifying whether results must match all, any or none of a given filter when multiple options of the same facet (e.g: color: yellow & blue) are selected.
{
"color": "any",
"size": "all"
}A date time representing the current moment in time when applying filtering by product age. Used to emulate "past/future" requests. Requires authentication.
{
"fields": [
"image_url"
],
"hidden_fields": [
"inventory_count"
]
}A JSON-encoded query string. Any query parameters listed for this endpoint can be serialized into a JSON string and parsed thru the qs param.
The url or app location where the request originated.
The ID of the client and version that the request is coming from, such as cio-js-2.90.
A customer defined context (such as vip-club-member) used to evaluate redirect or refined tag rules. Pass multiple segments by passing multiple us arguments.
[ "vip-member" ]
A customer generated anonymized identifier for a user on a customer website. It should only be sent for logged in customers and helps Constructor to tie multiple client and session IDs together to form a behavioral data profile across devices.
An integer representing the users session number (starting with 1), incremented after a 30 minute period of inactivity.
A globally unique identifier for the user browser (or mobile application instance) making the request.
A specification of the user query language. When provided, this parameter enables language-specific processing such as stemming to improve relevance and recall.
Response
OK