Orders are entities which represent an order of a customer.
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] |