CustomerInterest
Specifies a customer interest
type CustomerInterest {
id: Int!
name: [LocalizedString!]!
}
Fields
id ● Int!
The internal id of a customer interest
name ● [LocalizedString!]!
The name of the interest
Example
{
"id": 21,
"name": [
{
"language": "EN",
"value": "Winter Collection Enthusiast"
}
]
}