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.
type​
String​
"ChangeProductSelectionActiveChange"
change​
String​
"changeProductSelectionActive"
productSelection​

Reference to the Product Selection which was changed.

previousValue​
Boolean​

Value before the change.

nextValue​
Boolean​

Value after the change.

Set Countries

Change triggered by the Set Countries update action.
type​
String​
"SetCountriesChange"
change​
String​
"setCountries"
previousValue​
Array of StoreCountry​

Value before the change.

nextValue​
Array of StoreCountry​

Value after the change.

addedItems​
Array of StoreCountry​

Elements added to the array.

removedItems​
Array of StoreCountry​

Elements removed from the array.

Set Custom Field

Change triggered by the Set Custom Field update action.
type​
String​
"SetCustomFieldChange"
change​
String​
"setCustomField"
previousValue​
Any​

Value before the change.

nextValue​
Any​

Value after the change.

name​
String​
Name of the Custom Field.
customTypeId​
String​
id of the referenced Type.

Set Custom Type

Change triggered by the Set Custom Type update action.
type​
String​
"SetCustomTypeChange"
change​
String​
"setCustomType"
previousValue​

Value before the change.

nextValue​

Value after the change.

Set Distribution Channels

Change triggered by the Set Distribution Channels update action.
type​
String​
"SetDistributionChannelsChange"
change​
String​
"setDistributionChannels"
previousValue​
Array of Reference​

Value before the change.

nextValue​
Array of Reference​

Value after the change.

addedItems​
Array of Reference​

Elements added to the array.

removedItems​
Array of Reference​

Elements removed from the array.

Set Languages

Change triggered by Set Languages update action.
type​
String​
"SetLanguagesChange"
change​
String​
"setLanguages"
previousValue​
Array of String​

Value before the change.

nextValue​
Array of String​

Value after the change.

addedItems​
Array of Locale​

Elements added to the array.

removedItems​
Array of Locale​

Elements removed from the array.

Set Localized Name

type​
String​
"SetLocalizedNameChange"
change​
String​
"setName"
previousValue​

Value before the change.

nextValue​

Value after the change.

Set Product Selections

Change triggered by the Set Product Selections update action.
type​
String​
"SetProductSelectionsChange"
change​
String​
"setProductSelections"
previousValue​

Value before the change.

nextValue​

Value after the change.

addedItems​

Elements added to the array.

removedItems​

Elements removed from the array.

Set Supply Channels

Change triggered by the Set Supply Channels update action.
type​
String​
"SetSupplyChannelsChange"
change​
String​
"setSupplyChannels"
previousValue​
Array of Reference​

Value before the change.

nextValue​
Array of Reference​

Value after the change.

addedItems​
Array of Reference​

Elements added to the array.

removedItems​
Array of Reference​

Elements removed from the array.