Change types
Add Enum Value
typeString | "AddEnumValueChange" |
changeString | "addEnumValue" |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition. |
attributeNameString | Name of the updated AttributeDefinition. |
Add Field Definition
typeString | "AddFieldDefinitionChange" |
changeString | "addFieldDefinition" |
nextValue | Value after the change. |
Add Localized Enum Value
Change triggered by the following update actions:
- Add LocalizableEnumValue to AttributeDefinition on Product Types.
- Add LocalizedEnumValue to FieldDefinition on Types.
typeString | "AddLocalizedEnumValueChange" |
changeString | "addLocalizedEnumValue" |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
Change Enum Value Label
typeString | "ChangeEnumValueLabelChange" |
changeString | "changeEnumValueLabel" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
fieldNameString | Name of the updated FieldDefinition. |
valueKeyString | Key of the updated values. |
attributeNameString | Name of the updated AttributeDefinition. |
Change Enum Value Order
typeString | "ChangeEnumValueOrderChange" |
changeString | "changeEnumValueOrder" |
previousValueArray of CustomFieldEnumValue | Value before the change. |
nextValueArray of CustomFieldEnumValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition. |
attributeNameString | Name of the updated AttributeDefinition. |
Change Field Definition Order
typeString | "ChangeFieldDefinitionOrderChange" |
changeString | "changeFieldDefinitionOrder" |
previousValueArray of FieldDefinitionOrderValue | Value before the change. |
nextValueArray of FieldDefinitionOrderValue | Value after the change. |
Change Input Hint
Change triggered by the following update actions:
- Change AttributeDefinition InputHint on Product Types.
- Change InputHint on Types.
typeString | "ChangeInputHintChange" |
changeString | "changeInputHint" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
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 Label
Change triggered by the following update actions:
- Change AttributeDefinition Label on Product Types.
- Change FieldDefinition Label on Types.
typeString | "ChangeLabelChange" |
changeString | "changeLabel" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types). |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
Change Localized Enum Value Label
Change triggered by the following update actions:
- Change the label of a LocalizedEnumValue on Product Types.
- Change LocalizedEnumValue Label on Types.
typeString | "ChangeLocalizedEnumValueLabelChange" |
changeString | "changeLocalizedEnumValueLabel" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
valueKeyString | Key of the updated values. |
Change Localized Enum Value Order
Change triggered by the following update actions:
- Change the order of LocalizedEnumValues on Product Types.
- Change the order of LocalizedEnumValues on Types.
typeString | "ChangeLocalizedEnumValueOrderChange" |
changeString | "changeLocalizedEnumValueOrder" |
previousValueArray of AttributeLocalizedEnumValue | Value before the change. |
nextValueArray of AttributeLocalizedEnumValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
Change Localized Name
Change triggered by the following update actions:
- Change Name on Cart Discounts.
- Change Name on Categories.
- Change Name on Channels.
- Change Product Name on Products.
- Change Name on Product Discounts.
- Change Name on Product Selections.
- Change Name on Shopping Lists.
- Change Name on Zones.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Remove Field Definition
typeString | "RemoveFieldDefinitionChange" |
changeString | "removeFieldDefinition" |
previousValue | Value before 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. |