ProductBrand
type ProductBrand {
id: ID!
description: String
imageId: String
metaData: HTMLMetaData
name: String!
orderType: CategoryProductsOrderTypeEnum
salesChannelIds: [String!]
translations: [ProductBrandTranslation!]
}
Fields
descriptionStringThe description of the product's brand.
imageIdStringThe image information of the product's brand.
metaDataHTMLMetaDataIt is the metadata information of the product brand.
The name of the product's brand.
orderTypeCategoryProductsOrderTypeEnumsalesChannelIds[String!]It is the information of which sales channel the product brand is in.
translations[ProductBrandTranslation!]It is the translation information of the product brand.