Change types
Change Cart Discounts
typeString | "ChangeCartDiscountsChange" |
changeString | "changeCartDiscounts" |
previousValueArray of Reference | Value before the change. |
nextValueArray of Reference | Value after the change. |
addedItemsArray of Reference | Elements added to the array. |
removedItemsArray of Reference | Elements removed from the array. |
Change Groups
typeString | "ChangeGroupsChange" |
changeString | "changeGroups" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
addedItemsArray of String | Elements added to the array. |
removedItemsArray of String | Elements removed from the array. |
Change Is Active
typeString | "ChangeIsActiveChange" |
changeString | "changeIsActive" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Set Application Version
This change is initiated by background processes when a discount is applied through a Discount Code.
typeString | "SetApplicationVersionChange" |
changeString | "setApplicationVersion" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
Set Cart Predicate
typeString | "SetCartPredicateChange" |
changeString | "setCartPredicate" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Custom Field
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
Set Custom Type
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Key
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Localized Description
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Localized Name
typeString | "SetLocalizedNameChange" |
changeString | "setName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Max Applications
typeString | "SetMaxApplicationsChange" |
changeString | "setMaxApplications" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
Set Max Applications Per Customer
typeString | "SetMaxApplicationsPerCustomerChange" |
changeString | "setMaxApplicationsPerCustomer" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
Set References
Set Valid From And Until
typeString | "SetValidFromAndUntilChange" |
changeString | "setValidFromAndUntil" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Valid From
typeString | "SetValidFromChange" |
changeString | "setValidFrom" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Valid Until
typeString | "SetValidUntilChange" |
changeString | "setValidUntil" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |