Update Inventory Adjustment
PUT/api/inventory-adjustments/:inventory_adjustment
Update an existing inventory adjustment.
Authentication: Requires Bearer token.
Fields:
- adjustment_date (optional): Date of adjustment in Y-m-d format
- warehouse_id (optional): ID of the target warehouse
- quantity (required): Adjustment quantity (numeric, < 1,000,000)
- adjustment_type (optional): One of: increase, decrease
- unit_cost (optional): Cost per unit (>= 0)
- notes (optional): Free-text notes
- warehouse_location_id (optional): Specific location within the warehouse
- condition (optional): Item condition
- integration_unique_id (optional): External reference ID
Request
Responses
- 200
Successful response