Change types that represent data modifications made to the States entity.
Change types
Change Initial
Change triggered by the Change initial State update action.
typeString | "ChangeInitialChange" |
changeString | "changeInitial" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Change Key
Change triggered by the following update actions:
- Change Key on Channels.
- Change State key on States.
- Change Key on Types.
typeString | "ChangeKeyChange" |
changeString | "changeKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Change State Type
Change triggered by the Change State Type update action.
typeString | "ChangeStateTypeChange" |
changeString | "changeType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Localized Description
Change triggered by the following update actions:
- Set Description on Cart Discounts.
- Set Description on Categories.
- Set Description on Discount Codes.
- Set Description on Products.
- Set Description on Product Discounts.
- Set Description on Shopping Lists.
- Set Description on States.
- Set Description on Types.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Localized Name
Change triggered by the following update actions:
- Set Name on Discount Codes.
- Set State Name on States.
- Set Name on Stores.
typeString | "SetLocalizedNameChange" |
changeString | "setName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set State Roles
Change triggered by the Set State roles update action.
typeString | "SetStateRolesChange" |
changeString | "setRoles" |
previousValueArray of StateRoleEnum | Value before the change. |
nextValueArray of StateRoleEnum | Value after the change. |
addedItemsArray of StateRoleEnum | Elements added to the array. |
removedItemsArray of StateRoleEnum | Elements removed from the array. |
Set Transitions
Change triggered by the Set Transitions update action.
Transition State
Change triggered by the following update actions:
- Transition State on Orders.
- Transition State on Staged Orders.
- Transition State on Payments.
- Transition State on Products.
- Transition State on Quotes.
- Transition State on Staged Quotes.
- Transition State on Quote Requests.
- Transition State on Reviews.
- Transition State on States.