/order-statuses

GET {{baseUrl}}/order-statuses?count=<integer>&offset=<integer>

Returns all order status

Request Params

KeyDatatypeRequiredDescription
countstringThe maximum number of results to be returned
offsetstringThe starting position for the returned values

RESPONSES

status: OK

[{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}]