Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.57 KB

OrderFulfillmentState.md

File metadata and controls

20 lines (16 loc) · 1.57 KB

Yaksa.OrckestraCommerce.Client.Model.OrderFulfillmentState

OrderFulfillmentState

Properties

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]

[Back to Model list] [Back to API list] [Back to README]