A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
when I passing page_info parameter with created_at_min parameter in order list REST API then I am get this response."created_at_min":"created_at_min cannot be passed when page_info is present.
Solved! Go to the solution
This is an accepted solution.
Hi,
When you make the first request, include the created_at_min parameter or any other parameter you need. Then to make paginated request, just include the page_info link that is returned in the response header.
Hi,
Just use the page_info for paginated results, you don't need to add the created_at_min parameter in the request.
Hello Jazz-Jay,
So you're saying that no any other parameters work with page_info in the rest api?
This is an accepted solution.
Hi,
When you make the first request, include the created_at_min parameter or any other parameter you need. Then to make paginated request, just include the page_info link that is returned in the response header.
Hi,
Okay, thanks for directing my attention to that.
Thank you
Hey Jazz-Jay,
Thanks a lot,
It is functional.
I looked through many documents and blogs online, but I couldn't find a solution. Thank you once more for your assistance in finding an easy solution.
Thanks!