Order Status
This is used to view order status.
Order Status Properties
id |
{ "id" : 255 }
The unique ID of the status |
name |
{ "name" : "Dispatched" }
The name of the order status |
GET /v1/order-status
Returns all order status
GET /v1/order-statuses
HTTP/1.1 200 OK [ { "id": 1, "name": "Paid" } ]