Get all the category
GET/account/order/categories/
Get all the category
Request
Responses
- 200
- 400
- 500
Return a list of category
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id stringrequired
id
name stringnullable
Category label
shortName stringnullable
Short Category label
[
{
"id": "10",
"name": "Standard",
"shortName": "STD"
}
]
Bad Request
Internal Server Error
Loading...