...
Code Block |
---|
{ "ChangeType": <the change type of the event>, "Data": { <specificId>: <specificIdValue>"ItemId": <itemId of the item that triggered the event>, "ItemIdBaseId": <itemId<baseId of the item that triggered the event> } } |
The value of the “ChangeType” parameter is an integer, which is used to identify its change type. See the constants in the table above.For each of the change types, an additional data parameter is provided. The specific IDs areThe value set in “BaseId” depends on the change type:
ChangeType | <specificId>BaseId |
---|---|
AssetChanged | “AssetId”AssetId |
ComboValueChanged | “ComboValueId”ComboValueId |
MetafieldChanged | “MetafieldId”MetafieldId |
TreeValueChanged | “TreeValueId”TreeValueId |