Products changes paging changed

We have seen the Last products changes endpoint is difficult to iterate when there are too many changes (pages). And it also causes high load on our servers. We have analysed the calls and we found out extending the paging to 1000 items per page makes their reading much easier, faster and reliable while consuming less HW resources on our side. It is now possible to call the /api/products/changes?itemsPerPage=1000 with 1000 as the maximum value.

On Tuesday, 14th of September, we will make 1000 the default value.

Post navigation