Events
Retrieves general event logs related to store activities such as updates, creation, or deletions across entities.
View-Specific Information
Select
The connector processes all filters client-side within the connector. The following query is the only one processed server-side:
SELECT * FROM Events
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique identifier for the event record. | |
| AppTitle | String | The name of the app that triggered or created this event within the Shopify store. | |
| AttributeToApp | Bool | Indicates whether the event originated from an app integration rather than a Shopify admin or system process. | |
| AttributeToUser | Bool | Indicates whether the event was initiated directly by an admin user action in the Shopify admin. | |
| CreatedAt | Datetime | The timestamp representing when the event was created in the store's history. | |
| CriticalAlert | Bool | Flags whether this event represents a critical issue that may require immediate attention. | |
| Action | String | The specific action or event type that occurred, such as creation, update, or deletion. | |
| Message | String | A human-readable description summarizing the event's details or impact. | |
| BasicEventSubjectId | String | The unique identifier of the Shopify resource (such as order, product, or customer) associated with this event. | |
| BasicEventSubjectType | String | The type of Shopify resource (for example, Order, Product, Customer) that generated or is affected by the event. | |
| BasicEventHasAdditionalContent | Bool | Indicates whether the event includes extra contextual content that can be displayed in expanded views. | |
| BasicEventAdditionalContent | String | Supplementary content or contextual details shown for expandable or timeline-based events. | |
| BasicEventAdditionalData | String | Structured data provided to enhance event context or support integration with external systems. | |
| BasicEventSecondaryMessage | String | An additional human-readable message that complements the primary event message. | |
| BasicEventArguments | String | Parameters or references that define the specific resources or context tied to this event. | |
| CommentEventAuthorId | String | The unique identifier of the staff member who authored the comment-related event. | |
| CommentEventCanDelete | Bool | Indicates whether this comment event can be deleted by the user. | |
| CommentEventCanEdit | Bool | Indicates whether this comment event is editable after creation. | |
| CommentEventEdited | Bool | Specifies whether the comment event's content has been modified since it was first created. | |
| CommentEventRawMessage | String | The unformatted text body of the comment event as originally entered. | |
| CommentEventSubjectId | String | The unique identifier of the parent resource (such as an order or product) that the comment event is attached to. | |
| CommentEventSubjectHasTimelineComment | Bool | Indicates whether the related timeline subject includes a visible timeline comment. | |
| CommentEventEmbedCustomerId | String | The identifier of the associated customer resource referenced by the comment event. | |
| CommentEventEmbedDraftOrderId | String | The identifier of the related draft order resource linked to the comment event. | |
| CommentEventEmbedOrderId | String | The identifier of the order resource connected to the comment event. | |
| CommentEventEmbedProductId | String | The identifier of the product resource referenced by the comment event. | |
| CommentEventEmbedProductVariantId | String | The identifier of the product variant resource referenced by the comment event. |