Change types that represent data modifications made to the Stores entity.
Change types
Change Product Selection Active
Change triggered by the Change Product Selection Active update action.
typeString | "ChangeProductSelectionActiveChange" |
changeString | "changeProductSelectionActive" |
productSelection | Reference to the Product Selection which was changed. |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Set Countries
Change triggered by the Set Countries update action.
typeString | "SetCountriesChange" |
changeString | "setCountries" |
previousValueArray of StoreCountry | Value before the change. |
nextValueArray of StoreCountry | Value after the change. |
addedItemsArray of StoreCountry | Elements added to the array. |
removedItemsArray of StoreCountry | Elements removed from the array. |
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 Distribution Channels
Change triggered by the Set Distribution Channels update action.
typeString | "SetDistributionChannelsChange" |
changeString | "setDistributionChannels" |
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. |
Set Languages
Change triggered by Set Languages update action.
Set Localized Name
typeString | "SetLocalizedNameChange" |
changeString | "setName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Product Selections
Change triggered by the Set Product Selections update action.
typeString | "SetProductSelectionsChange" |
changeString | "setProductSelections" |
previousValueArray of ProductSelectionSetting | Value before the change. |
nextValueArray of ProductSelectionSetting | Value after the change. |
addedItemsArray of ProductSelectionSetting | Elements added to the array. |
removedItemsArray of ProductSelectionSetting | Elements removed from the array. |
Set Supply Channels
Change triggered by the Set Supply Channels update action.
typeString | "SetSupplyChannelsChange" |
changeString | "setSupplyChannels" |
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. |