Currently using the /api/v2/priceList/ {priceListCode} endpoint I can specify one or more products in the “items” array to change their price for a certain “price list”; however, the server response contains the entire price list, including products that were not modified. This behavior places an unnecessary burden on the response, which can affect performance, especially when working with large price lists. It would be very useful to have an additional endpoint (or an improvement on the current one) that allows you to update one or more products without the server returning the entire list, but only the products that were edited. This would significantly improve the efficiency of the process on both the client and server sides.