ReadonlydataOptional ReadonlydatarefThe URI from which the message can be retrieved if messages are enabled. Only set for MessageSubscriptions.
ReadonlyidUnique identifier of the event.
Optional ReadonlysequenceCorresponds to the sequenceNumber of a MessageSubscription. Can be used to process messages in the correct order.
Optional Readonlysequencetype"Integer"
ReadonlysourceThe default REST URI of the ReferenceTypeId that triggered this event, including the project key.
ReadonlyspecversionThe version of the CloudEvents specification which the event uses.
ReadonlysubjectUnique identifier of the resource that triggered the event.
ReadonlytimeCorresponds to the lastModifiedAt of the resource at the time the event was triggered.
ReadonlytypeThe type is namespaced with com.commercetools, followed by the ReferenceTypeId, the type of Subscription (either message or change), and the message or change type.
For example, com.commercetools.product.message.ProductPublished or com.commercetools.order.change.ResourceCreated.
The CloudEventsFormat represents event data in a way that conforms to a common specification. The payload can be found inside the
datafield.