[OSF] How to delete a commerce item by skipping the shipping calculator webhook call?
Summary:
First of all, please, keeping these points in mind:
1) The shipping calculation is done at checkout, where the user input an address or selects one from their "Address Book".
1) Suppose we have an incomplete cart with one (or more) products added.
2) That cart has a "shippingGroup" with a "shippingMethod" that the "Shipping Calculator Webhook" priced correctly at checkout.
4) The user doesn't submitted the order (He reach the step where the shipping price is calculated and returned to the home page of the site.)
5) After some time that shipping method became invalid so now the "Shipping Calculator Webhook" returns an error.
1