Open dorofeev22 opened 6 years ago
Load file with price list, that contain many product with different prices. Find the max and min prices for each product.
So far only API: POST 'Content-Type: application/json' /products/prices data '[{ "productNumber": "", "price": "" }]
Add product count. Find average price.
Load file with price list, that contain many product with different prices. Find the max and min prices for each product.