orders
Hold order until date
Changes the status of the order to On Hold until the specified date, when the status will automatically change to Awaiting Shipment.
post/orders/holduntil
Request body
Example request
{
"orderId": 1072467,
"holdUntilDate": "2014-12-01"
}Response
Order held successfully
Example response
{
"success": true,
"message": "Order held successfully."
}