15 September 2022
OrdersGraphQL
With the new ShipmentState, 
Delivered, you can now track the orders that are received by the customer.Previously, this was only possible by using a custom state on the Order, or on the Line Item if they have more shipments per Order.
Changes:
- [API] Added state 
Deliveredto ShipmentState - [GraphQL API] Changed the 
ShipmentStatetype:- Enum value 
Deliveredwas added to enumShipmentState 
 - Enum value 
 
The following changes were introduced in terms of GraphQL SDL:
extend enum ShipmentState {
  Delivered
}