i hope you’re all good! I got some big issues with the API connection of private apps. I am trying to connect to our warehouse system. Everything worked fine, but it seems that it stops working some month ago.
This ist the error message i get from the warehouse system logs.
Those error messages are coming from your application rather than from Shopify, so it’s difficult to know for sure, but I believe this may be a result of “page” based pagination no longer being supported by the Shopify API. We have moved to cursor-based pagination, which a much more efficient way of retrieving large sets of data via the API. Basically, instead of making an API call ending in page=3 you’ll need to change your app to use the newer page_info field.