Skip to main content

StoreHomeAttributes

No description

type StoreHomeAttributes {
id: ID!
headerText: String
attributeValues: [ProductAttributeValue!]
locale: String!
translations: [StoreHomeAttributesTranslation!]!
displayAs: DisplayAsEnum
stretchToFullWidth: Boolean
showAttributeName: Boolean
attributeValuesPerRow: Int
}

Fields

StoreHomeAttributes.id ● ID! non-null scalar

StoreHomeAttributes.headerText ● String scalar

StoreHomeAttributes.attributeValues ● [ProductAttributeValue!] list object

StoreHomeAttributes.locale ● String! non-null scalar

StoreHomeAttributes.translations ● [StoreHomeAttributesTranslation!]! non-null object

StoreHomeAttributes.displayAs ● DisplayAsEnum enum

StoreHomeAttributes.stretchToFullWidth ● Boolean scalar

StoreHomeAttributes.showAttributeName ● Boolean scalar

StoreHomeAttributes.attributeValuesPerRow ● Int scalar

Member Of

StoreHomeAttributesRows object ● StoreHomeCatalog object