A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi Guys,
I am facing issue in filtering the orders with fulfillment_status and status both. I am using Order REST API. I want orders with status=any and fulfillment_status=shipped,partial but it is ignoring fulfillment_status.
Here is API Request:
https://<shop-domain>/admin/api/2021-10/orders.json?status=any&fulfillment_status=shipped,partial
It is working with single value for fulfillment_status with status or multiple value of fulfillment_status without status. Example API Requests which are working:
https://<shop-domain>/admin/api/2021-10/orders.json?status=any&fulfillment_status=shipped
https://<shop-domain>/admin/api/2021-10/orders.json?fulfillment_status=shipped,partial
Can someone from Shopify please help me with this?
Thanks in advance!!
Shikha
Hi Guys,
I am also facing same issue in filtering orders with multiple financial_status values.
https://<shop-domain>/admin/api/2021-10/orders.json?fulfillment_status=refunded,partially_refunded
Can anyone help me here how I can get results in single call with multiple financial_status/fulfillment_status values?
Hi @shikha_j
I've done some testing and haven't been able to replicate this. https://<shop-domain>/admin/api/2021-10/orders.json?status=any&fulfillment_status=shipped,partial is returning the expected results. Is this happening on one specific store? If so you can reach out to support directly as we're going to need a little more info for this issue - could you please fill out the Report an Issue form found under the Partners Support section? Any additional information you can provide around this issue would be very helpful including specific examples of orders not being returned, etc.
Thanks!
To learn more visit the Shopify Help Center or the Community Blog.
Hi @csam
This is not specific to 1 store. I am facing issue in all of my stores. https://<shop-domain>/admin/api/2021-10/orders.json?status=any&fulfillment_status=shipped,partial returns all orders instead of shipped and partial.
When I call https://<shop-domain>/admin/api/2021-10/orders.json?status=any&fulfillment_status=shipped and https://<shop-domain>/admin/api/2021-10/orders.json?status=any&fulfillment_status=partial result is correct