A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Orders with an updated "Fulfillment Status" are not being returned by the "updated_at_min" parameter, such as in:
GET "https://your-development-store.myshopify.com/admin/api/2021-10/orders.json?updated_at_min=2005-07-31T15%3A57%3A11-04%3A00 "
I am querying all orders updated in the last 10 hours, which works fine for all orders that were newly created, or had updates such as address changes, but orders with updated "Fulfillment Status" values are not being returned?
Why isn't "Fulfillment Status" considered an update, and how do we know what IS considered an update? The API doc gives no info where it specifies the parameter.
Relatedly, archived orders are not returned by the API either. Is there a way to retrieve archived orders?
Nothing Shopify? Seems like a real API issue...