Update order by ID

PUT {{baseUrl}}_admin/orders/:id

Service urls:
http://yourdomain.com/api/rest_admin/orders/{order_id}
OR
http://yourdomain.com/index.php?route=rest/order_admin/orders&id={order_id}

Request Body

{"status"=>"<integer>"}

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;}