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.

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

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

Abubakar8144
Tourist
11 0 1

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
Tourist
11 0 1

Can you please tell me the reason? 

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

Abubakar8144
Tourist
11 0 1

And Kindly tell me Can I update the fulfillment status?