Don't return all products when editing the price of just one (API)
complete
Herson Lopez
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.
Sofía García
marked this post as
complete
Sofía García
Hello Herson,
Thanks for your comment, we were able to detect it and our team has already worked on this improvement. The behavior has already been changed so that the entire list does not return upon confirmation of a change.
Whatever we are still here to support you, greetings.