Place stocks on hold
Stocks
Place stocks on hold
Place one or more stock records on hold, preventing them from being allocated to orders. Held stock remains at its location but is excluded from available inventory calculations.
POST
Place stocks on hold
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
ids | Yes | Array of stock IDs to place on hold |
description | Yes | Reason for placing stock on 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 placed on hold successfully
Standard successful response wrapper following JSON:API format
The response payload

