Skip to main content

ProductBrand

type ProductBrand {
id: ID!
description: String
imageId: String
metaData: HTMLMetaData
name: String!
orderType: CategoryProductsOrderTypeEnum
salesChannelIds: [String!]
translations: [ProductBrandTranslation!]
}

Fields

idID!required
descriptionString

The description of the product's brand.

imageIdString

The image information of the product's brand.

metaDataHTMLMetaData

It is the metadata information of the product brand.

nameString!required

The name of the product's brand.

salesChannelIds[String!]

It is the information of which sales channel the product brand is in.

It is the translation information of the product brand.