Hello, I have thousands of items in the inventory control database. I want the user to be able to have a CSV table with the sum of the products, but for that I need to have all the items.
In this case, I noticed that the plugin brings a maximum of 1000. I tried REST API and only 1000 came.
How to resolve this?
NOTE: I even thought about creating a view, but the user may want to filter by date so I will have to do the calculation on the front