MageSmith
POSTSales · Magento 2.4.9 Admin · Magento_Sales::unhold

POST /V1/orders/:id/unhold

POST /V1/orders/:id/unhold is a Magento 2 REST endpoint in the Sales module. Releases a specified order from hold status. Requires an admin Bearer token with ACL Magento_Sales::unhold.

Last verified: against Magento 2.4.9.

Returns

bool

Service contract

Magento\Sales\Api\OrderManagementInterface::unHold

Authorization

Admin Bearer token with ACL:

  • Magento_Sales::unhold

Path parameters

id int Required

The order ID.

Example request

Auto-generated from the service contract — paste-ready against your store's /rest/default base. Replace the host, store code, ACL token, and any required values before running.

Headers

Accept
application/json
Content-Type
application/json
Authorization
Bearer <ACCESS_TOKEN> admin token with ACL: Magento_Sales::unhold

Path

/V1/orders/{id}/unhold

Every Magento dev tool, in one hosted workspace.

Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.