latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

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

orderIdinteger required

Order ID to restore

Example request

{
  "orderId": 1234567
}

Response

Order restored successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "The requested order has been restored"
}