I have a private app the makes calls to the products.json and paginates through the results using the now depreciated method. I am trying to use the new 2019-10 api version but when I make a call to {my store address}/admin/api/2019-10/products.json the link header value is empty.
…
HTTP_X_SHOPIFY_SHOP_API_CALL_LIMIT:1/80
X-Shopify-Shop-Api-Call-Limit:1/80
X-Shopify-API-Version:2019-10
Link:; rel=“next”
…
I have tried adding ?limit=250 and some other variations but the link header still returns empty.
@homiebe Yes indeed I was having the same issue, I was emailing myself the results of the headers to check their values before I began in earnest and it was blank. The brackets were causing my email client to try and render the value as html. Thanks for the link!