When you have a large volume of data and want to import it from the Magento plugin, the best option for good performance is to use pagination for the data read in Sales Layer.
This way, the data reading performed by Sales Layer is done partially, in batches, with several items configured from Sales Layer > Magento General Parameters.

This feature is included in API version 1.18, which is required for pagination. If you do not want to use pagination, you can continue without it in the previous API version 1.17.

The number of items to read on each page can be selected from a drop-down list with values between 500 and 100,000 items. By default, pagination is set to 5,000 items.

Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article