Discussing APIs and development related to customers, discounts, and order management.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
$ curl -v --location --request GET 'https://{{MYSTORE}}.myshopify.com/admin/api/2020-01/orders.json?limit=5&fields=id,%20updated_at&page_info={{PAGE2TOKEN}}' --header 'Authorization: Basic {{MY-AUTH-TOKEN}}= '
< Link:<https://{{MYSTORE}}.myshopify.com/admin/api/2020-01/orders.json?limit=5&fields=id%2C+updated_at&page_info={{NOT-PAGE2TOKEN}}>; rel="previous",<https://{{MYSTORE}}.myshopify.com/admin/api/2020-01/orders.json?limit=5&fields=id%2C+updated_at&page_info={{PAGE2TOKEN}}>; rel="next"
Solved! Go to the solution
This is an accepted solution.
Here's the original post with a little more detail:
* https://community.shopify.com/c/Shopify-APIs-SDKs/REST-API-Cursor-based-pagination-Infinite-Loop-quo...
We are having the same issue with our major customers
This is an accepted solution.
Here's the original post with a little more detail:
* https://community.shopify.com/c/Shopify-APIs-SDKs/REST-API-Cursor-based-pagination-Infinite-Loop-quo...
The post with this solution is archived. Can you summarize it here?