Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 827 Bytes

PostProcessOrderRequest.md

File metadata and controls

13 lines (9 loc) · 827 Bytes

Yaksa.OrckestraCommerce.Client.Model.PostProcessOrderRequest

Orders are entities which represent an order of a customer.

Properties

Name Type Description Notes
FinishedStatusesToIgnore List<string> Gets or sets a list of statuses that are not considered as finished. [optional]
RestartFulfillmentProcess bool Gets or sets a value indicating whether if the fulfillment process for this order needs to be restarted. [optional]
ShipmentIds List<string> The optional list of shipment ids to filter for reprocessing the order [optional]

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