-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Get fulfilled orders #316
Comments
I have reviewed your question and have not used it before. I am currently unable to answer you, Do you know the answer to my question? How to obtain all orders for a store with over 250 orders? Currently, I can only obtain 250 orders |
|
Thank you. |
@kahmra Do you know how to obtain the required parameters for the next page page_info The value of info? |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
! I'm trying to get all the fulfilled orders, for that I created this function:
If I pass 'closed' to the status variable, it retrieves both canceled and fulfilled orders, but I need only the shipped orders. For that, I created this second function:
However, this function returns an empty array
Array ()
despite having more than 1000. What could be my mistake? Thank you!
The text was updated successfully, but these errors were encountered: