Product Discounts Change Types

Change types that represent data modifications made to the Product Discounts entity.

Change types

Change Is Active

Change triggered by the Change IsActive update action.
type
String
"ChangeIsActiveChange"
change
String
"changeIsActive"
previousValue
Boolean

Value before the change.

nextValue
Boolean

Value after the change.

Change Localized Name

Change triggered by the Change Name update action.
type
String
"ChangeLocalizedNameChange"
change
String
"changeName"
previousValue

Value before the change.

nextValue

Value after the change.

Change Predicate

Change triggered by the Change Predicate update action.
type
String
"ChangePredicateChange"
change
String
"changePredicate"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Change Sort Order

Change triggered by the Change Sort Order update action.
type
String
"ChangeSortOrderChange"
change
String
"changeSortOrder"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Change Value

Change triggered by the Change Value update action.
type
String
"ChangeValueChange"
change
String
"changeValue"
previousValue

Value before the change.

nextValue

Value after the change.

Set Is Valid

This change is initiated by background processes after the Set Valid From, Set Valid Until, or Set Valid From and Until update action is performed.
type
String
"SetIsValidChange"
change
String
"setIsValid"
previousValue
Boolean

Value before the change.

nextValue
Boolean

Value after the change.

Set Key

type
String
"SetKeyChange"
change
String
"setKey"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Localized Description

Change triggered by the Set Description update action.
type
String
"SetLocalizedDescriptionChange"
change
String
"setDescription"
previousValue

Value before the change.

nextValue

Value after the change.

Set References

type
String
"SetReferencesChange"
change
String
"setReferences"
addedItems
Array of Reference

Elements added to the array.

removedItems
Array of Reference

Elements removed from the array.

previousValue
Array of Reference

Value before the change.

nextValue
Array of Reference

Value after the change.

Set Valid From And Until

Change triggered by the Set Valid From and Until update action.
type
String
"SetValidFromAndUntilChange"
change
String
"setValidFromAndUntil"
previousValue

Value before the change.

nextValue

Value after the change.

Set Valid From

Change triggered by the Set Valid From update action.
type
String
"SetValidFromChange"
change
String
"setValidFrom"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Valid Until

Change triggered by the Set Valid Until update action.
type
String
"SetValidUntilChange"
change
String
"setValidUntil"
previousValue
String

Value before the change.

nextValue
String

Value after the change.