Skip to main content

CustomerStatus

Specifies a customer status

type CustomerStatus {
id: Int!
name: [LocalizedString!]!
}

Fields

id ● Int!

The internal if of the customer status

name ● [LocalizedString!]!

The name of the customer status

Example

{
"id": 1,
"name": [
{
"language": "EN",
"value": "OK"
}
]
}