Thank you very much for your reply. I answer to you as followings;
- Does this happen across all versions of the API? Have you tested 2021-04, 2021-07 or 2021-10?
Yes, we have tried all. but the response header does not include the next page URL, which we could have been getting by the same program by a month ago without problem for a few years.
[17] => X-Shopify-API-Version: 2021-10
[18] => Link: ; rel="next"
The above is the response header. AS you see there is no next url for the pagenation.
2. Can you paginate the 250 products by using a smaller limit? eg. limit=25
We tried but the the result was the same,
[18] => Link: ; rel=“next”’
This header has no next url.
- Do you have an x-request-id header returned in the response that you would be willing to share?
Yes, we can get it as under;
[27] => X-Request-ID: 4a290a09-******************5a3e59b0
- What is the timeframe since this unexpected behaviour started?
Maybe, it started a month ago, but that is not sure.
For a few years before this problem happened, we could have successfully got the next pagenation url at the part ‘HERE’ below;
[18] => Link: {HERE}; rel=“next”
The API url we use to get the product infomartion is;
https://{our_shopify_key}/admin/api/2021-10/products.json?fields=vendor,variants&limit=250
By the above we can get only the first 250 products details but with the header without the next pagenation url like as under;
[18] => Link: ; rel=“next”
Please give us your comment if you give us your advice.