Skip to main content

Property

Represents a product property

type Property {
id: Int!
content: [PropertyContent!]
group: PropertyGroup
priority: Int
visible: Boolean
}

Fields

id ● Int!

Internal id of the property

content ● [PropertyContent!]

The content of the property

group ● PropertyGroup

Which group does the property belong to

priority ● Int

The priority of the property

visible ● Boolean

Is this property visible

Example

{
"content": [
{
"image": {
"small": {
"link": [
{
"url": {
"language": "EN",
"value": "String"
},
"alternateUrls": [
{}
],
"redirect": {}
}
],
"modifiedAt": "2024-05-03T11:52:33Z"
}
}
}
],
"group": {}
}