Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "ChangeType": <the change type of the event>,
  "Data": {
    <additionalId><specificId>: <additionalIdValue><specificIdValue>,
    "ItemId": <itemId of the item that triggered the event>
  }
}

The value of the “ChangeType” parameter is an integer, which is used to identify a change type. The mapping between ChangeTypes and their integer representations can be retrieved at “/IntegrationService/ChangeTypes”. For each of the change types, an additional data parameter is provided. The additional specific IDs are:

ChangeType

<additionalId><specificId>

AssetChanged

“AssetId”

ComboValueChanged

“ComboValueId”

MetafieldChanged

“MetafieldId”

TreeValueChanged

“TreeValueId”

...