Order Rest API issue in financial_status parameter

Order Rest API issue in financial_status parameter

Kush_Mehta
New Member
4 0 0

I am using shopify order API to create one report.
for that i go through documentation of order api and create url as per instruction.

https://my.store.url
/admin/api/2019-10/orders.json?created_at_min=2019-10-01T00:00:00&created_at_max=2019-10-30T00:00:00&financial_status=any

I want all orders list of data but by setting financial_status=any in url its only giving data of financial_status=paid. Not giving data of partially_refunded , refunded or others.

Please guide.

Reply 1 (1)

hassain
Shopify Staff (Retired)
624 104 188

Hey @Kush_Mehta ,

 

Through testing on my end I can verify that the financial_status parameter of the Admin Order API is still working as expected - using the query string parameter of "financial_status=any" will still return Orders of all types of financial statuses (paid, refunded, partially_refunded, etc.)

 

Could you please provide the value of the X-Request-ID header from the API Response of your request? With this information I can go through the platform logs on our end and determine why exactly you might not be seeing all types of financial statuses being returned.

To learn more visit the Shopify Help Center or the Community Blog.