Get all the order status
GET/account/order/status/
Get all the order status
Request
Responses
- 200
 - 400
 - 500
 
Return a list of orders status
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
id stringrequired
id
name stringnullable
Order Status label
[
  {
    "id": "10",
    "name": "to validate"
  }
]
Bad Request
Internal Server Error
Loading...