Add order history

PUT {{baseUrl}}/orderhistory/:id

Service urls:
http://yourdomain.com/api/rest_admin/orderhistory/{order_id}
OR
http://yourdomain.com/index.php?route=rest/order_admin/orderhistory&id={order_id}
Set 'notify' value to 1, to send notification to your customer

Request Body

{"order_status_id"=>"<integer>", "notify"=>"<integer>", "comment"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cinteger\u003e&quot;,&quot;error&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;data&quot;:&quot;\u003cobject\u003e&quot;}