Hi,
I am trying to fetch order with filters mostly with date. The response returns the data along with the page info where we can check if the result has next page or not based on that we can query the next page using cursors. But is there any way to get how many records are there in the response including the records in the next pages.
Appreciate your support.
Thanks and regards
Hey @saif_storage,
Thanks for reaching out!
I don’t believe it is possible to get that specific information. Like you said I believe you must paginate until has_next_page = false.
Please let me know If you have any further questions or concerns.
Best,
RayanP
1 Like
Thank you for the response.
1 Like