How to optionally avoid order re-pricing(webhook calls) while updating the order(updateCart)?
In the checkout flow after shipping method is selected, it is required for us to update few dynamic properties of the order to capture and persist user actions. Those actions in turns calls tax calculator and shipping calculator webhooks. We really do not need these calls unnecessarily happening(as we are just updating dynamic property for future use of our order management). This leads to poor performance in the checkout flow beyond the shipping instruction and sometime leads to failure of updating these dynamic property data which are mandatory for downstream. Also, these could potential overload the servers processing the tax
Tagged:
0