Discussing APIs and development related to customers, discounts, and order management.
At approximately 1am CEST, we saw requests from our Shopify apps using the /orders REST endpoint failing: we were receiving 0 orders We figured out that removing the `fulfillment_status` field from the filters entirely resolved the issue. Originally, this was `fulfillment_status=any` and trying other values also did not work.
I can't see any documentation anywhere about this. Anyone having the same issue? Any explanation why this happened?
Solved! Go to the solution
This is an accepted solution.
This appears to be resolved. We can now pass 'any' as a parameter for fulfillment_status and financial_status
Hi - we have the same issue - &financial_status=any&fulfillment_status=any&status=open does not return any orders. Removing the parameters or changing them to any of the other documented parameters fulfillment_status (shipped, partial, unshipped) and financial_status (authorized, pending, paid, partiallu_paid, refunded, voided, partially_refunded, unpaid) does return orders. Would love to know if this is a deliberate change so we can update our platform accordingly?
Same issue here. Please let us know if this is a permanent change. Thank you.
We have exactly the same issue.
Now we need to update 100+ clients.
Great!
This is an accepted solution.
This appears to be resolved. We can now pass 'any' as a parameter for fulfillment_status and financial_status
Likewise - problem appears to be resolved.