What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Financial status filter in orders query ignored

Financial status filter in orders query ignored

Drop_Stream
Shopify Partner
4 0 1

According to our logs, the following Shopify API request returned orders with other financial statuses, regardless of 'financial_status=partially_refunded' parameter:

 

GET https://***.myshopify.com:443/admin/api/2021-10/orders.json?created_at_min=2022-01-15T05%3A07%3A00Z&...

 

It returned many orders in 'paid' status, and at least one order in 'pending' status.

 

I examined history of the order in 'pending' financial status and it never had any refunds associated. This rules out possibility that orders search was only lagging with indexing status updates.

 

Shopify "x-request-id" headers in the response: "d254b5a7-1f52-4f97-a4ca-8448d53529a2"

 

I was not able to reproduce this problem, but it has happened before.

 

Can Shopify support confirm that request "d254b5a7-1f52-4f97-a4ca-8448d53529a2" reached Shopify API with 'financial_status=partially_refunded' parameter?

Replies 0 (0)