Skip to content

Types

FooterContent

Properties

PropertyType
menunull | HeaderMenu

HeaderContent

Properties

PropertyType
menunull | HeaderMenu
shopHeaderShop

HeaderMenu

Properties

PropertyType
itemsHeaderMenuItem[]

HeaderMenuItem

Properties

PropertyType
idstring
titlestring
urlstring

HeaderShop

Properties

PropertyType
namestring
primaryDomainHeaderShopDomain

HeaderShopDomain

Properties

PropertyType
urlstring

SelectedOption

Properties

PropertyType
namestring
valuestring

Image

type Image: object;

Type declaration

NameType
altTextstring
heightnumber
idstring
urlstring
widthnumber

Money

type Money: object;

Type declaration

NameType
amountstring
currencyCodestring

PageInfo

type PageInfo: object;

Type declaration

NameType
endCursorstring
hasNextPageboolean
hasPreviousPageboolean
startCursorstring
totalnumber

Seo

type Seo: object;

Type declaration

NameTypeDescription
descriptionstring-
titlestringThe SEO title.

Shop

type Shop: object;

Type declaration

NameType
acceptedLanguagestring
currencystring
idstring
namestring
urlstring

UnitPriceMeasurement

type UnitPriceMeasurement: object;

Type declaration

NameType
referenceUnitUnitPriceMeasurementUnit
referenceValuenumber

UnitPriceMeasurementUnit

type UnitPriceMeasurementUnit:
| "CL"
| "CM"
| "G"
| "KG"
| "L"
| "M"
| "M2"
| "M3"
| "MG"
| "ML"
| "MM";

The valid units of measurement for a unit price measurement.