Update Inventory by Id
PATCH/inventory/id/:id
This endpoint enables updating inventory record by it's unique id.
Available update fields
| Name | Required |
|---|---|
quantity (integer) | no |
costPrice (integer) | no |
nextDeliveryDate (date) | no |
notes (string) | no |
dateModified is always updated with the current date and time.
warehouseId and location cannot be updated.
If product stock is moved to a different warehouse or location, old inventory record should be updated with 0 quantity, then create a new record with the new warehouseId and/or location