Python code with Shopify pagination stops midway
I have this code where I want to get the Id and the Inventory item Id of all my products. The problem is that when it arrives at 2000 products aprox it stops iterating the pagination. I don't know if…