Skip to main content

GET

The search page query is intended to be used on the search page. A search page query will return a search result product listing with associated facets, navigation, applicable sort orders, and a result count. The contentList is empty unless specified in the request body. The request body is specified in a POST request. Note that the contents of the response object depends on which template is used, if any.

Request

bash

Response

SearchPageResult

The object representation of the search page result.

POST

The search page query is intended to be used on the search page. A search page query will return a search result product listing with associated facets, navigation, applicable sort orders, and a result count. Note that the contents of the response object depends on which template is used, if any.

Request

application/json;charset=utf-8

SearchPageRequestSettings

A configuration object for the search page request.
bash

Response

SearchPageResult

The object representation of the search page result.

Inner Schemas

AutoCorrect

Badges

BadgeTheme (enum)

The breadcrumb navigation object.

CheckboxFacet

A facet designed to be rendered as a checkbox.

ColorFacet

A facet containing color values.

Color

ContentFilter

Content filters can be applied to most content listings and are included in the request body for the target listing. Applying a filter will restrict the set of returned content and can only be string value filters e.g. not numeric. Listing multiple attributes to filter on will restrict the content to all conditions (logical AND). When listing values within one attribute, content with any of the listed properties apply (logical OR). In addition, any custom attribute can be used as a value filter, through prefixing the attribute to be filtered with custom., for example custom.season. The following example filters on content having both a specific designer and one or both seasons listed: {"custom.designer": "Langdon","type": "article", "custom.season": ["Winter", "Spring"]}

ContentItem

Object representation of the content item.

ContentList

The object representation of the content list. Content lists are supported by the Search-page, autocomplete and landing-page. To include content lists in a page response, the request body must include a content list configuration.

ContentListSettingsSearch

The content list request configuration.

CustomAttribute

CustomPrice

DidYouMean

Facet

A collection of facets. Depending on the type they may have additional fields. Implemented by: CheckboxFacet or ColorFacet or RangeFacet or SizeFacet or TextFacet

FacetType (enum)

Format

Image

The object representation of an image.

ImageEffect (enum)

ImageInfo

The object representation of image information.

Measurement

The object representation of a navigation result. The object representation of the navigation configuration. The object representation of the navigation node.

Price

PrimaryList

The object representation of the primary list

PrimaryListSettings

A configuration object allowing filter restrictions of the primary listing, i.e. the search results.

ProductBadge

ProductFilter

This feature will most likely be removed in new versions.
A product filter restricting which products that the listing may contain. Supports single values, lists, and (for numerical attributes) ranges. Listing multiple attributes to filter on will restrict the products to all conditions (logical AND). When listing values within one attribute, products with any of the listed properties apply (logical OR). In addition to built-in attributes, it is also possible to filter on custom facets, through prefixing the attribute to be filtered with custom., for example “custom.season”: [“Winter”, “Spring”]. At most 200 attribute values can be supplied per attribute and at most 100 product keys can be picked at once.

ProductGroup

The object representation of the product group result.

Product

The object representation of a product.

RangeAttribute

This feature will most likely be removed in new versions.
A min and max range value object for a specific attribute.

RangeFacet

A facet containing range values.

RelatedSearch

SecondaryList

The object representation of a Secondary list. Uses product rules of the primary list. Contains max 12 productGroups. Intended as a preview of the entire secondary list.

SizeFacet

A facet containing size values.

Size

SizeType

SliceRange

Object representing the range of a slice.

Sort (enum)

SortOption

SortOrder

The object representation of the sort order result.

SortOrderV2 (enum)

Source

Swatch

Swatch information is used to generate swatches for different products. The type COLORS is the most common returned type and is accompanied by the actual colours as CSS colour codes. Special colour properties, supported in the data feed such as GOLD, SILVER, MULTI or TRANSPARENT are other possible return types. These are to be used to generate swatches matching these specific properties.

SwatchType (enum)

TextFacet

A facet containing text values.

TextValue

TypedCustomAttributes

VariantAvailabilityInfo

Represents availability in one store or online.

Variant

The object representation of a variant.
Last modified on September 1, 2026