Change triggered by the Set LineItem TaxAmount update action.

interface SetLineItemTaxAmountChange {
    change: string;
    lineItem: LocalizedString;
    nextValue: TaxRate;
    previousValue: TaxRate;
    taxMode: string;
    type: "SetLineItemTaxAmountChange";
    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

"ExternalAmount"

type: "SetLineItemTaxAmountChange"
variant: string

sku or key of the ProductVariant.