# 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. Endpoint: POST /orders/restorefromhold Version: 1.0.0 Security: basicAuth ## Request fields (application/json): - `orderId` (integer, required) Order ID to restore Example: 1234567 ## Response 200 fields (application/json): - `success` (boolean) Example: true - `message` (string) Example: "The requested order has been restored" ## Response 400 fields (application/json): - `message` (string) Example: "Invalid request parameters" ## Response 401 fields (application/json): - `message` (string) Example: "Invalid API credentials" ## Response 500 fields (application/json): - `message` (string) Example: "An internal error occurred"