Change types
Add Inherited Associate
typeString | "AddInheritedAssociateChange" |
changeString | "addInheritedAssociate" |
nextValue | Value after the change. |
Change Approval Rule Mode
typeString | "ChangeApprovalRuleModeChange" |
changeString | "changeApprovalRuleMode" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Change Associate
Change Associate Mode
typeString | "ChangeAssociateModeChange" |
changeString | "changeAssociateMode" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Change Inherited Associate
typeString | "ChangeInheritedAssociateChange" |
changeString | "changeInheritedAssociate" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Change Parent Unit
typeString | "ChangeParentUnitChange" |
changeString | "changeParentUnit" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Change Status
typeString | "ChangeStatusChange" |
changeString | "changeStatus" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Change Top Level Unit
Change triggered by the following update actions:
- Set Unit Type on Business Units
- Change Parent Unit on Business Units
typeString | "ChangeTopLevelUnitChange" |
changeString | "changeTopLevelUnit" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Remove Inherited Associate
typeString | "RemoveInheritedAssociateChange" |
changeString | "removeInheritedAssociate" |
previousValue | The value before the change. |
Set Address Custom Field
Change triggered by the following update actions:
- Set Address Custom Field on Business Units.
- Set Address Custom Field on Customers.
- Set Address Custom Field on Channels.
typeString | "SetAddressCustomFieldChange" |
changeString | "setAddressCustomField" |
address | Address which was extended. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
Set Address Custom Type
Change triggered by the following update actions:
- Set Address Custom Type on Business Units.
- Set Address Custom Type on Customers.
- Set Address Custom Type on Channels.
typeString | "SetAddressCustomTypeChange" |
changeString | "setAddressCustomType" |
address | Address which was extended. |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Associates
Set Contact Email
typeString | "SetContactEmailChange" |
changeString | "setContactEmail" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Inherited Associates
typeString | "SetInheritedAssociatesChange" |
changeString | "setInheritedAssociates" |
addedItemsArray of InheritedAssociate | Elements added to the array. |
removedItemsArray of InheritedAssociate | Elements removed from the array. |
previousValueArray of InheritedAssociate | Value before the change. |
nextValueArray of InheritedAssociate | Value after the change. |
Set Inherited Stores
storeMode is "FromParent").typeString | "SetInheritedStoresChange" |
changeString | "setInheritedStores" |
addedItemsArray of KeyReference | Elements added to the array. |
removedItemsArray of KeyReference | Elements removed from the array. |
previousValueArray of KeyReference | Value before the change. |
nextValueArray of KeyReference | Value after the change. |
Set Store Mode
typeString | "SetStoreModeChange" |
changeString | "setStoreMode" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Stores
Change triggered by the following update actions:
- Set Stores on Business Units.
- Set Stores on Cart Discounts.
- Set Stores on Customers.
typeString | "SetStoresChange" |
changeString | "setStores" |
previousValueArray of Reference | Value before the change. |
nextValueArray of Reference | Value after the change. |
addedItemsArray of KeyReference | Elements added to the array. |
removedItemsArray of KeyReference | Elements removed from the array. |
Set Unit Type
typeString | "SetUnitTypeChange" |
changeString | "setUnitType" |
parentUnit | If unitType="Division", reference to the new parent unit for the Business Unit. |
previousValue | Value before the change. |
nextValue | Value after the change. |