Change triggered by the Add Price update action.

interface AddPriceChange {
    catalogData: string;
    change: string;
    nextValue: Price;
    priceId: string;
    type: "AddPriceChange";
}

Properties

catalogData: string
change: string
nextValue: Price

Value after the change.

priceId: string

id of the Embedded Price.

type: "AddPriceChange"