I don't think there is existing api getting list of status, you have to create your own. or you can simply customize order.info to get status label. just ...
Steps to get current order status and new order status in Magento 2: · Create di.
xml file at app/code/Vendor/Extension/etc/ folder 1 2 3
How to Get Order Status in sales order place after event Magento 2
The following code will give you current order Status. By using '==' you can compare its current status. if($order->getStatus() == 'complete'){ ...
Just use this simple line of code: Mage::getModel('sales/order_status')-> getResourceCollection()->getData();. For example: var_dump( ...
With Magento's built-in order status system, an unlimited number of new statuses can be created right from the Magento backend, to set up more precise statuses ...
2 Answers. 2. order by. active, oldest, votes. Up vote 22 ...
To edit an existing order status: In the Order Status grid,
An alert email for the orders whose status doesn't get revised till a certain period of time after the
Hold / Unhold, Changes the status of the pending order to On Hold.