Magento 2 – Order status after shipment and invoice
I’m using Magento 2.1.3
I would like to change the order status to custom “waiting for courier” after shipping and invoice is created instead of “complete”.
Right now I’m using event “sales_order_shipment_save_after” but it’s not enough.
Where can I find it?