OrderStatus
Status of an order
type OrderStatus {
id: Int!
name: [LocalizedString]
}
Fields
id ● Int!
The order status id.
Note that this id could be less than 0 if the order is in a special state.
name ● [LocalizedString]
Short description of order status
Example
{
"name": [
{
"language": "EN",
"value": "String"
}
]
}