Skip to main content

ProductAttribute

type ProductAttribute {
id: ID!
description: String
name: String!
options: [ProductAttributeOption!]
tableTemplate: ProductAttributeTableTemplate
translations: [ProductAttributeTranslation!]
type: ProductAttributeTypeEnum!
}

Fields

idID!required
descriptionString

Description of the attribute

nameString!required

Name of the attribute

Options of the attribute

Table template description for product attribute

Translations for the attribute

Type of the attribute