I am not using any admin API but trying to fetch the products of any shop directly using /products.json endpoint.
Example: storename.com/products.json
It returns 30 products by default, we can set the limit param but the upper limit of limit param is 250 so it will not return more than 250 products.
Also, no other query param is working here so how can I paginate it or view all the products of any store using /products.json?
Also, there is no “link” in header.