Change types that represent data modifications made to the Product Selections entity.
Change types
Add Product
Change triggered by the Add Product update action.
typeString | "AddProductChange" |
changeString | "addProduct" |
nextValue | Value after the change. |
variantSelection | The Product Variants included in the Product Selection. |
Change Localized Name
Change triggered by the Change Name update action.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Exclude Product
Change triggered by the Exclude Product update action.
typeString | "ExcludeProductChange" |
changeString | "excludeProduct" |
variantExclusion | |
nextValue | Value after the change. |
Remove Product
Change triggered by the Remove Product update action.
typeString | "RemoveProductChange" |
changeString | "removeProduct" |
previousValue | Value before the change. |
Set Custom Field
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
Set Custom Type
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Key
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Product Count
This change is initiated by background processes after the Add Product or Remove Product update action is performed.
typeString | "SetProductCountChange" |
changeString | "setProductCount" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
Set Variant Exclusion
Change triggered by the Set Variant Exclusion update action.
typeString | "SetVariantExclusionChange" |
changeString | "setVariantExclusion" |
product | Reference to the updated Product. |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Variant Selection
Change triggered by the Set Variant Selection update action.
typeString | "SetVariantSelectionChange" |
changeString | "setVariantSelection" |
previousValue | Value before the change. |
nextValue | Value after the change. |
product | Reference to the updated Product. |