Update Inventory Hold
PUT/api/v2/inventory/holds/:reservation
Updates an inventory hold's quantity, notes, or expiration date.
Authentication: Requires Bearer token.
Request Body:
- quantity (sometimes, numeric, min 0.0001): New quantity
- notes (nullable, string): Updated notes
- expires_at (nullable, date, must be future): New expiration date
Request
Responses
- 200
Successful response