determines whether notifications should be sent to the customer and LemonStand users.
$api_data
array
a list of API field values
{return}
boolean
returns TRUE if the status has been successfully changed. Returns FALSE otherwise.
Changes an order's status.
The method doesn't check whether the transition from the current order status to the new status is allowed.
Customer and user notifications are sent if $send_notifications parameter value is TRUE and if the
notifications are allowed by the order route.
The behavior of this method can be altered by shop:onOrderBeforeStatusChanged event handlers.