conradbekondo / inventory-api

0 stars 0 forks source link

Update ProductDto #14

Closed conradbekondo closed 2 months ago

conradbekondo commented 2 months ago

Update ProductDto's fields as below

{
   "name": "", // string
   "valueInStock": 1234.0 // The sum of the prices of all of a particular product's units which are in stock.
}