interface SetLineItemDiscountedPriceChange {
    change: string;
    lineItem: LocalizedString;
    nextValue: DiscountedLineItemPrice;
    previousValue: DiscountedLineItemPrice;
    type: "SetLineItemDiscountedPriceChange";
    variant: string;
}

Properties

change: string
lineItem: LocalizedString

Name of the Product the Line Item is based on.

Value after the change.

Value before the change.

type: "SetLineItemDiscountedPriceChange"
variant: string

sku or key of the updated ProductVariant.