Event payloads
Event payloads follow the Event resource schema. Thename field matches the event type in the table, and resource identifies the resource that changed.
As of now, events do not carry any data in the data field. It is always an empty object. To get the latest state, fetch the resource using resource.id and resource.resource_type (for example, call Retrieve order when resource_type is order).