ProductTaxonomyValue
A value for a product taxonomy attribute, including name, handle, and color.
Type Definition
type ProductTaxonomyValue {
id: Int
handle: String
name: String
translatedName: String
isTransparent: Boolean
isMulticolor: Boolean
color: Color
color2: Color
color3: Color
colors: [Color]
isStandard: Boolean
}Fields
Relationships
ProductTaxonomyValue represents a structured taxonomy value for product attributes. It is used by FilterValue and ProductOptionValue objects to provide detailed attribute information including color variations and standardization status.
Example
{
id
handle
name
translatedName
isTransparent
isMulticolor
color {
id
name
}
colors {
id
name
}
isStandard
}Implements
None