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:
