Skip to main content
An export of the product data in Elevate 4 can be done using the standard HTTP GET method, with personal cluster credentials provided during onboarding.

Request

bash

Response

CatalogPutBody

Inner Schemas

Replace

An operation to add or replace an entity in the catalog. Each entry must provide a key and exactly one of productGroup, content or translation.

ProductGroup

The definition of a single product group that may contain multiple products

Product

Defines a visually distinct product within a product group. Must have at least one variant and is strongly recommended to have at least one image.

ProductData

A collection of overridable attributes for a specific product, see defaults and overrides. A product must have a default title and url.

Image

An image represents a single product-level image in the catalog. See images. Supported file formats are webp, png, jpg, and bmp. Image URLs with a width of 100 pixels or less are treated as thumbnails and are returned in the thumbnail field in storefront API responses rather than in the images array.

ImageData

UrlMeta

Variant

Defines a stock-keeping-unit (SKU) and contains attributes that are specific to the SKU. A variant typically represents a single physical size.

VariantData

Price

Length

Weight

Volume

Content

The definition of a single piece of content, such as an FAQ, shipping, or contact information. Usually placed after product groups in the import files.

ContentData

Translation

A translation of an attribute value for a specific locale. See translations.
Last modified on September 1, 2026