Change triggered by the Set LineItemTaxRate update action.

interface SetLineItemTaxRateChange {
    change: string;
    lineItem: LocalizedString;
    nextValue: TaxRate;
    previousValue: TaxRate;
    taxMode: string;
    type: "SetLineItemTaxRateChange";
    variant: string;
}

Properties

change: string
lineItem: LocalizedString

Name of the Product the Line Item is based on.

nextValue: TaxRate

Value after the change.

previousValue: TaxRate

Value before the change.

taxMode: string

"External"

type: "SetLineItemTaxRateChange"
variant: string

sku or key of the ProductVariant.