Change types
Add Asset
typeString | "AddAssetChange" |
changeString | "addAsset" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString | Product data that was updated.
|
variantString | Identifier of the updated Product Variant. This field holds the SKU, if defined; otherwise the key; otherwise the ID. |
Change Asset Name
typeString | "ChangeAssetNameChange" |
changeString | "changeAssetName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
asset | Information about the updated Asset. |
catalogDataString | Product data that was updated.
|
variantString | Identifier of the updated Product Variant. This field holds the SKU, if defined; otherwise the key; otherwise the ID. |
Change Asset Order
typeString | "ChangeAssetOrderChange" |
changeString | "changeAssetOrder" |
previousValueArray of LocalizedString | Value before the change. |
nextValueArray of LocalizedString | Value after the change. |
catalogDataString | Product data that was updated.
|
variantString | Identifier of the updated Product Variant. This field holds the SKU, if defined; otherwise the key; otherwise the ID. |
Change Localized Name
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Change Order Hint
typeString | "ChangeOrderHintChange" |
changeString | "changeOrderHint" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Change Parent
Change Slug
typeString | "ChangeSlugChange" |
changeString | "changeSlug" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString | Product data that was updated.
|
Remove Asset
typeString | "RemoveAssetChange" |
changeString | "removeAsset" |
previousValue | Value before the change. |
catalogDataString | Product data that was updated.
|
variantString | Identifier of the updated Product Variant. This field holds the SKU, if defined; otherwise the key; otherwise the ID. |
Set Ancestors
Set Asset Custom Field
typeString | "SetAssetCustomFieldChange" |
changeString | "setAssetCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
asset | Information about the updated Asset. |
catalogDataString | Product data that was updated.
|
variantString | Identifier of the updated Product Variant. This field holds the SKU, if defined; otherwise the key; otherwise the ID. |
Set Asset Custom Type
typeString | "SetAssetCustomTypeChange" |
changeString | "setAssetCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
asset | Information about the updated Asset. |
catalogDataString | Product data that was updated.
|
variantString | Identifier of the updated Product Variant. This field holds the SKU, if defined; otherwise the key; otherwise the ID. |
Set Asset Description
typeString | "SetAssetDescriptionChange" |
changeString | "setAssetDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
asset | Information about the updated Asset. |
catalogDataString | Product data that was updated.
|
variantString | Identifier of the updated Product Variant. This field holds the SKU, if defined; otherwise the key; otherwise the ID. |
Set Asset Key
typeString | "SetAssetKeyChange" |
changeString | "setAssetKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
asset | Information about the updated Asset. |
catalogDataString | Product data that was updated.
|
variantString | Identifier of the updated Product Variant. This field holds the SKU, if defined; otherwise the key; otherwise the ID. |
Set Asset Sources
typeString | "SetAssetSourcesChange" |
changeString | "setAssetSources" |
previousValueArray of AssetSource | Value before the change. |
nextValueArray of AssetSource | Value after the change. |
asset | Information about the updated Asset. |
catalogDataString | Product data that was updated.
|
variantString | Identifier of the updated Product Variant. This field holds the SKU, if defined; otherwise the key; otherwise the ID. |
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 External ID
typeString | "SetExternalIdChange" |
changeString | "setExternalId" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Key
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Localized Description
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Meta Description
typeString | "SetMetaDescriptionChange" |
changeString | "setMetaDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString | Product data that was updated.
|
Set Meta Keywords
typeString | "SetMetaKeywordsChange" |
changeString | "setMetaKeywords" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString | Product data that was updated.
|
Set Meta Title
typeString | "SetMetaTitleChange" |
changeString | "setMetaTitle" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString | Product data that was updated.
|