getRequest()->getParam('id')) { $this->_objectManager->create( \Magento\Multishipping\Model\Checkout\Type\Multishipping::class )->updateQuoteCustomerShippingAddress( $addressId ); } $this->_redirect('*/checkout/shipping'); } }