Adjustments
Create an inventory adjustment
POST
/adjustments| Parameter | Type | Examples | Description |
|---|---|---|---|
item_id Required | integer | 1 | The ID of the inventory item to adjust |
warehouse_id Required | integer | 1 | The ID of the warehouse to adjust stock in |
reason Required | string | found | The reason for the adjustment |
quantity Required | integer | 10 | The quantity to adjust (positive or negative, but not zero) |
notes Optional | string | | Optional notes for the adjustment |
location_uuid Optional | string | | The UUID of the specific location within the warehouse to adjust stock in |
