Skip to content

ProductProperties

Field Type Required Description
code Code Human readable code of the entity
max length 255 · min length 1
name string max length 255
value object
type string one of: simple, attribute, product, productList, html
displayGroup string one of: properties, features, general, pricing, custom
subDisplayGroup string max length 255
customDisplayGroupName `null string`
{
"code": "someCode",
"name": "Color",
"value": {
"key": "value"
},
"type": "simple",
"displayGroup": "properties",
"subDisplayGroup": "Overall Dimensions",
"customDisplayGroupName": "Product Support"
}