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
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
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
typeString | "ChangeKeyChange" |
changeString | "changeKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Change Label
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
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
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
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString | Product data that was updated.
This field is only present if the change is related to the Product entity. |
Remove Field Definition
typeString | "RemoveFieldDefinitionChange" |
changeString | "removeFieldDefinition" |
previousValue | Value before the change. |
Set Localized Description
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString | Product data that was updated.
This field is only present if the change is related to the Product entity. |