Hello
-
I’ve registered the shopify
-
I’ve created the development store
-
Development store has 17 products
-
I’m trying to get all products with API.
https://shopify.dev/docs/api/usage/pagination-rest and https://shopify.dev/docs/api/usage/pagination-graphql document says that i need to make request and response header will provide previous and next request link for the paging
If user want to visit 5th page, it has click 5 times to the “next button”
Have shopify a real paging something with limit and limit start? It’s not a good idea to say “hey you have to click 5 times to next button for visiting 5th page” to the users
-
how can i solve this fundamental issue? is there any real paging with shopify api?
-
is there any real reason that shopify makes pagination so weird ? i mean something like “shopify servers can not handle it” etc
thanks for the all comments