A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
The parameters updated_at_min and updated_at_max do not allow me to get all the orders that have been updated in that time period.
For example, firstly I called this API to check the updated_at date of a specific order which was refunded 5 months after its created_at date:
Solved! Go to the solution
This is an accepted solution.
Oh what a stupid miss. I noticed that I didn't add the status=any parameter.
This is an accepted solution.
Oh what a stupid miss. I noticed that I didn't add the status=any parameter.