Closed 20vitality12 closed 1 year ago
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action.
→ If there's no activity within a week, then a bot will automatically close this.
Thanks for helping to improve Shopify's dev tooling and experience.
Please confirm that you:
What type of project are you working on?
script
Expected behavior
I want to get ALL orders with status refunded.
Actual behavior
I can see only 50+ orders if I use this code
And if I try to do it without
created_at_max
i can see orders for last 2 month. For example, request on 15.02.2023 will show me last order from 15.12.2022. (this is only for orders withfinancial_status: 'refunded'
) But when I try to count this orders with api, I can see 200+ countStack trace
No response
Reproduction steps
Operating System
Windows 11, MacOS
CLI version (run
shopify version
if you're not sure)3.43.0
Shell
Git Bash
Ruby version (run
ruby -v
if you're not sure)No response
What language and version are you using in your application?
Node 18.12.1