Pagination

When we have a large volume of data and we want to import them from the Magento plugin, the most optimal for good performance is to do paging from the data read in Sales Layer.

In this way, the data reading performed by Sales Layer is done in a partial way (batches), with several items (block) that are configured from Sales Layer > Magento General Parameters:

1

This feature is included in API version 1.18, which is required for paging. However, if you do not want this paging functionality, you can continue without it in the previous API version 1.17.

2

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

3