Search (v3)
Get Related Recommendations
Returns recommendations for products related to the search query. Note that this
endpoint takes the same request body as the /v3/search/results
endpoint, excluding
the pagination parameters. It should be called once the user has exhausted the
search results for their query and the recommended products are typically shown
below the search results.
POST
/
v3
/
search
/
related
Query Parameters
port
integer | null
Body
application/json
market
string
requiredmerchant
string
requiredlocale
string
requiredfilters
object[] | null
List of filters to apply to the results.
sort
object | null
Specifies the sorting method. By default, the results are ordered by relevance. To find the possible values for this field, query the endpoint and look at the sorts
field.
session_id
string | null
Session identifier
Minimum length:
1
metadata
object | null
Metadata that can be used to modify the behaviour of the search.
query
string | null
The search query.
Response
200 - application/json
displays
object[]
requirederror
string | null
variant
integer | null
experiment_id
string | null
Was this page helpful?