Change triggered by the Set Prices update action.

interface SetPricesChange {
    catalogData: string;
    change: string;
    nextValue: Price[];
    previousValue: Price[];
    type: "SetPricesChange";
    variant: string;
}

Properties

catalogData: string
change: string
nextValue: Price[]

Value after the change.

previousValue: Price[]

Value before the change.

type: "SetPricesChange"
variant: string

sku or key of the ProductVariant.