26 February 2026
Composable Commerce
HTTP API
Resolved issue
Pricing and DiscountsCarts
We fixed a bug affecting Carts with ExternalAmount tax mode where the taxedPrice.totalNet and taxedPrice.totalTax values in Cart taxedShippingPrice were incorrectly reduced by total price discounts.
Previously, only the taxedPrice.totalGross was preserved correctly, which caused a mismatch between the tax breakdown and the actual tax amount from your external tax provider.
This fix now preserves the taxedPrice.totalNet and taxedPrice.totalTax values, ensuring that the external tax amount in the Cart matches your external tax provider's data.