ArticleCommentEvents
Displays events related to article comments, such as creation, approval, or deletion actions.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- HostId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM ArticleCommentEvents WHERE HostId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A unique identifier for the article comment event record. | |
| HostId | String | The unique identifier of the resource or system host where the comment event originated. | |
| AppTitle | String | The name of the app that generated or recorded this comment event. | |
| AttributeToApp | Bool | Indicates whether the event was created by an app integration rather than a user action. | |
| AttributeToUser | Bool | Indicates whether the event was initiated by an admin user within the Shopify environment. | |
| CreatedAt | Datetime | The timestamp marking when the comment event was created. | |
| CriticalAlert | Bool | Specifies whether this event is flagged as critical and requires immediate attention. | |
| Action | String | The type of action performed that triggered this event, such as creating, editing, or deleting a comment. | |
| Message | String | A human-readable description summarizing what occurred during the event. | |
| BasicEventSubjectId | String | The unique identifier of the primary resource (subject) that generated this event. | |
| BasicEventSubjectType | String | The type or category of resource associated with the event, such as Order, Product, or Article. | |
| BasicEventHasAdditionalContent | Bool | Indicates whether the event includes supplementary or extended content. | |
| BasicEventAdditionalContent | String | Additional content associated with the event, often displayed in collapsible timelines or detailed views. | |
| BasicEventAdditionalData | String | Structured data accompanying the event, used by apps or API consumers for contextual processing. | |
| BasicEventSecondaryMessage | String | A supporting or secondary message providing further context to the main event message. | |
| BasicEventArguments | String | References or identifiers for related resources or parameters tied to the event. | |
| CommentEventAuthorId | String | The unique identifier of the staff member who authored or triggered the comment event. | |
| CommentEventCanDelete | Bool | Indicates whether the comment event can be deleted by the current user or app. | |
| CommentEventCanEdit | Bool | Indicates whether the comment event can be modified or edited after creation. | |
| CommentEventEdited | Bool | Specifies whether the comment event has been edited since its original creation. | |
| CommentEventRawMessage | String | The raw, unformatted text content of the comment event as originally submitted. | |
| CommentEventSubjectId | String | The unique identifier of the parent entity or thread to which the comment event belongs. | |
| CommentEventSubjectHasTimelineComment | Bool | Indicates whether the timeline subject contains an associated comment entry. | |
| CommentEventEmbedCustomerId | String | A reference to the customer object linked to this comment event, if applicable. | |
| CommentEventEmbedDraftOrderId | String | A reference to the draft order object linked to this comment event, if applicable. | |
| CommentEventEmbedOrderId | String | A reference to the order object linked to this comment event, if applicable. | |
| CommentEventEmbedProductId | String | A reference to the product object associated with this comment event, if applicable. | |
| CommentEventEmbedProductVariantId | String | A reference to the specific product variant object linked to this comment event, if applicable. |