Shopify API JSON Feed / Limit 250 and Pages / GET pulls exactly the same records every time not next page
I am trying to get a list of all collects and when I do the API call to count them: https://[store-username].myshopify.com/admin/collects/count.json HTTP/1.1 200 OK { "count": 307 } I know the limit is 250 and page default is 1 https://[store-username].myshopify.com/admin/collects.json?limit=250&page=1…