Note |
---|
This method is work in progress and not yet available. |
To update the status of an order.
...
status | The new order status. See Order status for the numeric values. Also check out orders/{orderId}/status for all options/transitions for getting a list of possible status transitions. | integer. Mandatory |
message | Optional text message to save with the status change in the order history. This text will also be included in the email notification. | string?, Optional |
notify | Optional. Default is true. If set to false (not recommended) then the system will not notify the client and other stakeholders of the status translation. If dropped or set to true then a regular email notification will be sent out. | bool?, Optional |
...