Change triggered by the Set Discounted Embedded Price update action.

interface SetDiscountedPriceChange {
    catalogData: string;
    change: string;
    nextValue: Price;
    previousValue: Price;
    priceId: string;
    type: "SetDiscountedPriceChange";
    variant: string;
}

Properties

catalogData: string
change: string
nextValue: Price

Value after the change.

previousValue: Price

Value before the change.

priceId: string

id of the Embedded Price.

type: "SetDiscountedPriceChange"
variant: string

sku or key of the updated ProductVariant.