States Change Types

Change types that represent data modifications made to the States entity.

Change types

Change Initial

Change triggered by the Change initial State update action.
type​
String​
"ChangeInitialChange"
change​
String​
"changeInitial"
previousValue​
Boolean​

Value before the change.

nextValue​
Boolean​

Value after the change.

Change Key

Change triggered by the Change State key update action.
type​
String​
"ChangeKeyChange"
change​
String​
"changeKey"
previousValue​
String​

Value before the change.

nextValue​
String​

Value after the change.

Change State Type

Change triggered by the Change State Type update action.
type​
String​
"ChangeStateTypeChange"
change​
String​
"changeType"
previousValue​

Value before the change.

nextValue​

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.

catalogData​
String​

Product data that was updated.

This field is only present if the change is related to the Product entity.

Set Localized Name

Change triggered by the Set State Name update action.
type​
String​
"SetLocalizedNameChange"
change​
String​
"setName"
previousValue​

Value before the change.

nextValue​

Value after the change.

Set State Roles

Change triggered by the Set State roles update action.
type​
String​
"SetStateRolesChange"
change​
String​
"setRoles"
previousValue​
Array of StateRoleEnum​

Value before the change.

nextValue​
Array of StateRoleEnum​

Value after the change.

addedItems​
Array of StateRoleEnum​

Elements added to the array.

removedItems​
Array of StateRoleEnum​

Elements removed from the array.

Set Transitions

Change triggered by the Set Transitions update action.
type​
String​
"SetTransitionsChange"
change​
String​
"setTransitions"
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.

Transition State

Change triggered by the Transition State update action.
type​
String​
"TransitionStateChange"
change​
String​
"transitionState"
previousValue​

Value before the change.

nextValue​

Value after the change.