Change triggered by the Set Price CustomField update action.

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

Properties

catalogData: string
change: string
nextValue: CustomFields

Value after the change.

previousValue: CustomFields

Value before the change.

type: "SetProductPriceCustomFieldChange"