Gets information about all order status within your store configuration.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 37,
"count": 3,
"offset": 0,
"results": [
{
"id": "56444d1946fc510a905dec2f",
"name": "High Fraud"
},
{
"id": "56444d0546fc510a905dec00",
"name": "In Progress"
},
{
"id": "56406f9846fc5208c4d3f4d3",
"name": "New Order"
}
]
}