Re: fulfillment_status not working with status filter in Order REST API

fulfillment_status not working with status filter in Order REST API

shikha_j
Tourist
8 0 5

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

Replies 3 (3)

shikha_j
Tourist
8 0 5

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?

csam
Shopify Staff (Retired)
267 40 51

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.

shikha_j
Tourist
8 0 5