Skip to main content

ProductVariantAttribute

Represents a product variant attribute

type ProductVariantAttribute {
attribute: VariantAttribute
values: [LocalizedStrings]
}

Fields

attribute ● VariantAttribute

The attribute itself

values ● [LocalizedStrings]

The values of the product variant attribute

Example

{
"attribute": {
"name": [
{
"language": "EN",
"value": "String"
}
],
"sort": {}
},
"values": [
{
"language": {
"code": "EN"
}
}
]
}