DiscountGroup
Specifies a customer discount group
type DiscountGroup {
id: Int!
name: [LocalizedString!]!
}
Fields
id ● Int!
The internal id of the discount group
name ● [LocalizedString!]!
The name of the discount group
Example
{
"id": 3,
"name": [
{
"language": "EN",
"value": "VIP / Returning customer"
}
]
}