Change triggered by the Set ShippingMethod TaxAmount update action.

interface SetShippingMethodTaxAmountChange {
    change: string;
    nextValue: ShippingMethodTaxAmountChangeValue;
    previousValue: ShippingMethodTaxAmountChangeValue;
    taxMode: string;
    type: "SetShippingMethodTaxAmountChange";
}

Properties

change: string

Value after the change.

Value before the change.

taxMode: string

"ExternalAmount"

type: "SetShippingMethodTaxAmountChange"