HoldOrder
This method will change the status of the given order to On Hold until the date specified or will change the status of the given order from On Hold to Awaiting Shipment
Input
Name | Type | Required | Description |
OrderId | Integer | True | Identifies the order that will be held. |
HoldUntilDate | String | True | Date when order is moved from on_hold status to awaiting_shipment. |
Result Set Columns
Name | Type | Description |
Status | String | The status of the operation. |