Skip to main content
Querying the search-page endpoint using the GET method will return a product list in the search results. Including content list(s) in the search page results can be achieved by supplying a page configuration and sending the query using the POST method.

Example

Below is an example of a query to the search-page endpoint that also includes a content list.
Contents of request-body.json

Filtering content lists by type

To include only certain content lists, a content filter can also be specified in the request body, as shown in the example below. For more information, see Content filters. The request body below limits the Elevate response to content with type=inspiration. The type attribute must be provided in the catalog import for the filter to take effect.
Last modified on September 11, 2026