How to Apply Pagination in Magento API Using HTTP Request?

Hi everyone,

I’m working on a Magento inventory update workflow in n8n and fetching product data via the Magento REST API. Currently, I’m retrieving products with a fixed page size and currentPage set to 1, but I want to handle pagination so I can process all pages dynamically.

Here’s the relevant part of my workflow where I fetch products:

Don’t have access to the service to test, but I recommend getting to know HTTP Request node’s pagination option:

Default pagination won’t work with Mahento. Maybe this will help: Magento 2 pagination with http request node