Skip to main content

GET

Category pages and generic landing pages are requested through the same end point, called landing-page. This end point caters for any page with faceted product listings, recommendation listings, or a combination of the two. It is suitable for the start page and intermediate category pages, as well as category pages, brand pages, and for example collection pages. Inclusion of a primary product listing with facets, and which recommendation listings to include is configurable. Note that the contents of the response object depends on which template is used, if any.

Request

bash

Response

LandingPageResult

The object representation of the landing page result.

POST

Category pages and generic landing pages are requested through the same end point, called landing-page. This end point caters for any page with faceted product listings, recommendation listings, or a combination of the two. It is suitable for the start page and intermediate category pages, as well as category pages, brand pages, and for example collection pages. Inclusion of a primary product listing with facets, and which recommendation listings to include is configurable. Note that the contents of the response object depends on which template is used, if any.

Request

application/json;charset=utf-8

LandingPageRequestSettings

A configuration object representing the request to the category or landing page endpoint. An existing page configuration, identified by the supplied page reference or page id, created via the Admin API or Elevate Application takes precedence over a supplied configuration.
bash

Response

LandingPageResult

The object representation of the landing page result.

Inner Schemas

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.

ContentListSettings

The object representing the landing page content list settings.

CustomAttribute

CustomPrice

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.

RecListRequestSettings

A configuration object for the recommendation list request. Most page types support recommendation lists. To include recommendation lists in a page response, the request body must include the recommendation configuration. Be aware that having many lists with complex rules/algorithms on a page may affect response times.

RecommendationProductList

The object representation of a recommendation product list.

RequestParams

Seo

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.

Visualization (enum)

Last modified on August 31, 2026