17 December 2024
OrdersGraphQL
We have added the 
Canceled option to ShipmentState. You can use this state in situations where you cannot deliver an order to a customer. Previously, this status could only be set using Custom Fields.Changes:
- [API] Added 
Canceledto ShipmentState enum. - [GraphQL API] Added the 
Canceledenum value to theShipmentStateenum. 
The following changes were introduced in terms of GraphQL SDL:
extend enum ShipmentState {
  Canceled
}