get Browse Items Results CRT
Returns a list of browse results from a list of item IDs including filters, categories, sort options, etc. This function should be called within a coroutine scope.
Example
runBlocking {
launch {
try {
val browseItemResults = constructorIo.getBrowseItemsResultsCRT("group_id", "888")
// Do something with browseItemsResults
} catch (e: Exception) {
println(e)
}
}
}
Parameters
the list of item ids to retrieve recommendations for (strategy specific)
additional facets used to refine results
the page number of the results
The number of results per page to return
category facet used to refine results
the sort method for results
the sort order for results
the section the results will come from defaults to "Products"
show fields that are hidden by default
show facets that are hidden by default
the sort method for groups
the sort order for groups
specify which attributes within variations should be returned
faceting expression to scope results
additional format options to pass