Orders status
The order status (management_state) can be one of the following:
id | State | Description |
1 | ADDED | The order has been added to the system and all its order lines can be shipped |
2 | CANCELED | The order has been cancelled and can be deleted |
3 | SHIPPING_GENERATED_PARTIAL | Only a part of the order lines have shipments created while there are no shipments associated with the other order lines (it is independent of the shipment status) |
4 | SHIPPING_GENERATED_TOTAL | All order lines have an associated shipping |
5 | UNPROCESSABLE_PARTIAL | Some order lines could not be processed (not used) |
6 | UNPROCESSABLE_TOTAL | Unable to process all order lines (not used) |
7 | RECOVERABLE_ERROR | A recoverable error has occurred, which must be corrected manually by the user |