Adjustments
Store
Create a new adjustment.
POST
/adjustment
Parameter | Type | Examples | Description |
---|---|---|---|
item_id Required | integer | 22 | ID of the item you are creating an adjustment for. |
warehouse_id Required | integer | 5 | ID of the warehouse you are creating the adjustment in. |
quantity Required | integer | -4 | The amount you are adjusting by. This can be a negative or positive number. |
reason Required | string | lost | One of the following valid reasons: lost, found, damaged, other. |
notes Optional | text | Missing in warehouse | Optional notes to explain the reason for the adjustment. |