Readonly
actionOptional
Readonly
externalSet if the externalTotalGross
price is a sum of portions with different tax rates.
Readonly
externalThe total gross amount of the Cart, including tax. This value is used to calculate the totalNet
and totalTax
fields of the Cart's taxedPrice
.
Can be used if the Cart has the
ExternalAmount
TaxMode. This update action adds thetaxedPrice
field to the Cart. It sets thetotalGross
amount, and Composable Commerce calculates thetotalNet
andtotalTax
values based on the providedexternalTotalGross
. You must use this update action after any price-affecting change occurs within the Cart.