A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
The new functionality of the assigned_fulfillment_orders endpoint is great... being able to pull unsubmitted status is very useful.
That said, I'm getting orders that were left open by some merchants from 2022, which should have been cancelled, etc.
I discovered I can use the limit parameter to increase the limit of the number of orders pulled. Is there a way to add a date limit parameter to this - we only need the last x number of days of orders, rather than an entire merchant history.
This obviously wouldn't be a documented param, from what I can tell...