How to update Order's financial status by using respective API?

How to update Order's financial status by using respective API?

Abubakar8144
New Member
11 0 0

While updating order's fields, I am unable to update the financial_status of Order by using respective API. When we update the note of order, it worked. So, I want to update the financial_status of Order by using respective API. Kindly help me in this problem.

 

When I try this call, I get HTTP 200 response but it didn't update the financial_status.

 

My request sample :

https://my_development_store/admin/api/2021-10/orders/4107536728217.json?

 

My json requestbody :

 

{
    "order": {
     "id" : 4107536728217,
    "financial_status": "partially_refunded"
    }
}

 

Thank you in advance.    

Replies 3 (3)

Jayvin
Shopify Partner
284 42 89

Hi,

I think you can't update that more info on this thread

banned
Abubakar8144
New Member
11 0 0

Can you please tell me the reason? 

I want to do this. So, Kindly if you have any strong reason, then, explain me.

Abubakar8144
New Member
11 0 0

And Kindly tell me Can I update the fulfillment status?