Skip to content

ProductPropertyCreate

Field Type Required Description
code Code Human readable code of the entity
max length 255 · min length 1
name Localization Localization object, see Entity Localization for further information.
value LocalizationValue Localization object, see Entity Localization for further information.
type string one of: simple, attribute, product, productList, html
displayGroup string one of: properties, features, general, pricing, custom
subDisplayGroup Localization Localization object, see Entity Localization for further information.
customDisplayGroupName OptionalLocalization Localization object, see Entity Localization for further information.
{
"code": "someCode",
"name": {
"en-us": "string in english",
"de-de": "Zeichenkette auf Deutsch"
},
"value": {
"de-de": {
"": "null"
},
"en-us": {
"": "null"
}
},
"type": "simple",
"displayGroup": "properties",
"subDisplayGroup": {
"en-us": "string in english",
"de-de": "Zeichenkette auf Deutsch"
},
"customDisplayGroupName": {
"en-us": "string in english",
"de-de": "Zeichenkette auf Deutsch"
}
}