Rian-BG
Rian-BG
Hey @acoumb Thanks for getting back to me so soon. Please see below the rates set: I also did test it with only a `1 - Unbound` range, assuming that...
Apologies for the wait, busy busy. > Controller action: ``` public IActionResult UpdateOrderShippingMethod(UpdateOrderShippingMethodDto model) { try { _checkoutService.UpdateOrderShippingMethod(model.ShippingMethod); } catch (CommerceException) { ModelState.AddModelError("", "Failed to set order shipping method"); return...
Please find below the objects that are passed in `.SaveOrder(order)` in the different cases. [Dynamic shipping order.json](https://github.com/user-attachments/files/23876664/Dynamic.shipping.order.json) [Flat rate order.json](https://github.com/user-attachments/files/23876663/Flat.rate.order.json)