For Clearing the estimate shipping cost from the cart page , we are using a method as shown below. Added a sample code along with it
ModelsInit.order.estimateShippingCost({
zip: null,
country: null
});
return LiveOrderModel.get();
View File

Entry Point

Service Controller
