Change types
Add Attribute Definition
typeString | "AddAttributeDefinitionChange" |
changeString | "addAttributeDefinition" |
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. |
Add Plain Enum Value
typeString | "AddPlainEnumValueChange" |
changeString | "addPlainEnumValue" |
nextValue | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
Change Attribute Constraint
typeString | "ChangeAttributeConstraintChange" |
changeString | "changeAttributeConstraint" |
previousValue | Value before the change. |
nextValue | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
Change Attribute Order By Name
typeString | "ChangeAttributeOrderByNameChange" |
changeString | "changeAttributeOrderByName" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
Change Description
typeString | "ChangeDescriptionChange" |
changeString | "changeDescription" |
previousValueString | Value before the change. |
nextValueString | 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 Is Searchable
typeString | "ChangeIsSearchableChange" |
changeString | "changeIsSearchable" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
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 Name
Change triggered by the following update actions:
- Change Name on Customer Groups.
- Change Name on Product Types.
- Change Name on Tax Categories.
- Change Name on Zones.
typeString | "ChangeNameChange" |
changeString | "changeName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Change Plain Enum Value Label
typeString | "ChangePlainEnumValueLabelChange" |
changeString | "changePlainEnumValueLabel" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
valueKeyString | Key of the updated values. |
Change Plain Enum Value Order
typeString | "ChangePlainEnumValueOrderChange" |
changeString | "changePlainEnumValueOrder" |
previousValueArray of AttributePlainEnumValue | Value before the change. |
nextValueArray of AttributePlainEnumValue | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
Remove Attribute Definition
typeString | "RemoveAttributeDefinitionChange" |
changeString | "removeAttributeDefinition" |
previousValue | Value before the change. |
Remove Enum Values
typeString | "RemoveEnumValuesChange" |
changeString | "removeEnumValues" |
previousValue | Value before the change. |
attributeNameString | Name of the updated AttributeDefinition. |
Remove Localized Enum Values
typeString | "RemoveLocalizedEnumValuesChange" |
changeString | "removeEnumValues" |
previousValue | Value before the change. |
attributeNameString | Name of the updated AttributeDefinition. |
Set Input Tip
typeString | "SetInputTipChange" |
changeString | "setInputTip" |
previousValue | Value before the change. |
nextValue | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
Set Key
Change triggered by the following update actions:
- Set Key on Cart Discounts.
- Set Key on Categories.
- Set Key on Customers.
- Set Key on Customer Groups.
- Set Key on Discount Codes.
- Set Key on Inventories.
- Set Key on Payments.
- Set Key on Products.
- Set Key on Product Discounts.
- Set Key on Product Selections.
- Set Key on Product Types.
- Set Key on Reviews.
- Set Key on Shopping Lists.
- Set Key on Zones.
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |