Skip to main content

PropertyGroup

Represents a product property group

type PropertyGroup {
id: Int!
priority: Int
name: [LocalizedString]
}

Fields

id ● Int!

Internal id of the group

priority ● Int

The priority of the group

name ● [LocalizedString]

The name of the group

Example

{
"name": [
{
"language": "EN",
"value": "String"
}
]
}