Order Status Controller
Get order status by ID
Retrieve a single order status by its ID.
get/order-status/{id}
Path parameters
idnumber required
Response
Order status retrieved successfully
Example response
{
"id": 1,
"status": "Pending",
"backgroundColor": "#FF5733",
"textColor": "#FFFFFF",
"borderColor": "#000000",
"createdByName": "John Doe"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.