PUT /api/v1/inventory/
Update an existing inventory record with new stock information.Path Parameters
The unique identifier of the inventory record to update
Request Body
ID of the product associated with this inventory record
Updated quantity of the product available in stock
Updated minimum stock level threshold for low stock alerts
Request
Response
Unique identifier for the inventory record
ID of the associated product
Updated quantity of the product available in stock
Updated minimum stock level threshold for low stock alerts
Timestamp of when the inventory was last restocked (ISO 8601 format)
Response Example
Status Codes
200- Inventory record updated successfully404- Inventory record not found