Change triggered by the Set ProductVariant Key update action.

interface SetProductVariantKeyChange {
    catalogData: string;
    change: string;
    nextValue: string;
    previousValue: string;
    type: "SetProductVariantKeyChange";
}

Properties

catalogData: string
change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "SetProductVariantKeyChange"