Get list of orders filtered by status id

GET {{baseUrl}}/orders/status/:status_id

You can send only one status, or you can send more statuses with comma separated.
Service urls:
http://yourdomain.com/api/rest_admin/orders/status/{status_id}
OR
http://yourdomain.com/index.php?route=rest/order_admin/orders&filter_order_status_id={status_id}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":"\u003cinteger\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":"\u003cobject\u003e"}