/order-statuses
GET {{baseUrl}}/order-statuses?count=<integer>&offset=<integer>
Returns all order status
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
count | string | The maximum number of results to be returned | |
offset | string | The starting position for the returned values |
RESPONSES
status: OK
[{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e"}]