Change triggered by the Set Price Custom Type update action.

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

Properties

catalogData: string
change: string
nextValue: CustomFields

Value after the change.

previousValue: CustomFields

Value before the change.

type: "SetProductPriceCustomTypeChange"