Magento 2; change shipping method programmatically from admin
I want to change the shipping method programmatically from admin when this button is clicked: Here is my controller for this button: class Start extends MagentoSalesControllerAdminhtmlOrder { /** * View page action * * @return MagentoFrameworkControllerResultInterface */ public function execute()… Read More »Magento 2; change shipping method programmatically from admin