Change triggered by the Set ShippingMethod TaxRate update action.

interface SetShippingMethodTaxRateChange {
    change: string;
    nextValue: TaxRate;
    previousValue: TaxRate;
    taxMode: string;
    type: "SetShippingMethodTaxRateChange";
}

Properties

change: string
nextValue: TaxRate

Value after the change.

previousValue: TaxRate

Value before the change.

taxMode: string

"External"

type: "SetShippingMethodTaxRateChange"