Content Pages

Special pages and flat pages

Retrieve special page

get

Returns special page data with product search results from the associated product collection. This endpoint integrates with the search/facet system.

Path parameters
special_page_idintegerRequired

Special page identifier

Query parameters
sorterstringOptional

Sort option for product results

Example: price_asc
Responses
chevron-right
200

Special page retrieved with product results

application/json

Response from special page endpoint. Contains special page data, paginated product results from the associated product collection, search facets, sorters, and pagination metadata. Products are extracted from the special page's product collection using the configured extraction strategy.

search_textstringOptional

Search query text

get
/special-page/{special_page_id}/

Retrieve flat page

get

Returns flat page content. Can return HTML or JSON format based on Accept header. Flat pages may require registration depending on configuration.

Path parameters
flat_page_idintegerRequired

Flat page identifier

Responses
chevron-right
200

Flat page retrieved

stringOptional

Rendered HTML content

get
/flat-page/{flat_page_id}/

Retrieve shop flat page

get

Returns shop-specific flat page data with type and configuration.

Path parameters
shop_flat_page_idintegerRequired

Shop flat page identifier

Responses
chevron-right
200

Shop flat page retrieved

application/json

Shop-specific flat page with type and configuration. Extends the base flat page with shop-specific attributes, type classification, and configuration. Supports multi-language pretty URLs.

pkintegerRequiredExample: 5
typestringRequired

Shop flat page type

Example: standard
get
/shop-flat-page/{shop_flat_page_id}/

Last updated

Was this helpful?