Guys I want to update order status using API. I am using this api to change the order status but it's not working:
http://dev-jawed.com/index.php/rest/V1/orders
{
"status" : "Out-for-delivery",
"entity" : 1,
"items": {
"order_id" : 1
}
}
Any help will be appreciated.