Remove stocks from hold
Stocks
Remove stocks from hold
Release one or more stock records from hold, making them available for allocation to orders again.
POST
Remove stocks from hold
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
ids | Yes | Array of stock IDs to release from hold |
description | Yes | Reason for releasing stock from hold |
reason_code_id | No | Reason code ID for audit trail |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Stocks removed from hold successfully
Standard successful response wrapper following JSON:API format
The response payload

