Get Orders By Next Token #592
Unanswered
LakrimaOfficial
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've a question to get to know how should I use these classes
If I use the the "GetOrdersAsync" API, it will returns me an object of type "OrderList"
Instead, when I want to use the pagination and use the "GetOrdersByNextTokenAsync" API, it returns an object of type "OrdersList", which is different from "OrderList"
What is the best thing to do to implement pagination when loading orders?
Beta Was this translation helpful? Give feedback.
All reactions