Function: tcp get order status

Description

Returns the list of the order status.

Parameters

return
(Array) List of order status with the next format: array( ‘name’ => array( ‘name’, ‘label’, ‘show_in_dashboard’, ‘valid_for_deleting’, “is_canceled’, ‘is_completed’), ).

To read more about the returned list visit Filter: tcp get order status

Change Log

Since 1.1.1
Since 1.1.2: the $status_list is now a hash table.