OrderFulfillmentState
Name | Type | Description | Notes |
---|---|---|---|
IsCancelable | bool | a calculated value assessment whether the whole order can be put canceled. This occurs only if all shipments can be put on canceled. | [optional] |
IsHoldable | bool | a calculated value assessment whether the whole order can be put on hold. This occurs only if all shipments can be put on hold. | [optional] |
IsProcessing | bool | value indicating whether if the order is being processed. | [optional] |
OrderId | string | the unique system identifier | [optional] |
OrderNumber | string | The order number. | [optional] |
ProcessingExecutionResult | string | The execution result of the order post processing. | [optional] |
ProcessingMessages | List<ExecutionMessage> | The execution messages when the order was processed. | [optional] |
ProcessingValidationResults | List<ValidationResult> | The validation results when the order was processed. | [optional] |
ShipmentFulfillmentStates | List<ShipmentFulfillmentState> | the list of the order's list of shipment fulfillment state. | [optional] |
Status | string | the current order status. | [optional] |