Skip to main content

Update Inventory by Id

PATCH 

/inventory/id/:id

This endpoint enables updating inventory record by it's unique id.

Available update fields

NameRequired
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

Request

Responses

Update Inventory by Id - 200

Response Headers
    Connection
    Content-Length
    Date
    Keep-Alive
    Return-Format