Order Status Controller
Update order status
Update an existing order status. System-defined statuses cannot be updated.
patch/order-status/{id}
Path parameters
idnumber required
Example:1
The ID of the entity
Request body
Example request
{
"status": "Pending",
"backgroundColor": "#FF5733",
"textColor": "#FFFFFF",
"borderColor": "#000000"
}Response
Order status updated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.