orders
Restore order from hold
Changes the status of the order from On Hold to Awaiting Shipment. This endpoint is used when a holdUntilDate is attached to an order.
post/orders/restorefromhold
Request body
Example request
{
"orderId": 1234567
}Response
Order restored successfully
Example response
{
"success": true,
"message": "The requested order has been restored"
}