ProductEvents
Logs product-related events such as creation, price changes, and publication updates.
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 ProductEvents WHERE HostId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique identifier for the product event record. | |
| HostId | String |
Products.Id | The unique identifier of the shop or system instance where the event occurred. |
| AppTitle | String | The name of the app or integration that generated the event. | |
| AttributeToApp | Bool | Indicates whether the event originated from an installed app rather than a manual admin action. | |
| AttributeToUser | Bool | Indicates whether the event was triggered by an admin user performing an action on a product. | |
| CreatedAt | Datetime | The date and time when the product event was created and recorded in Shopify. | |
| CriticalAlert | Bool | Specifies whether this event is marked as critical, indicating a potentially significant or time-sensitive change. | |
| Action | String | Describes the type of action that occurred on the product, such as 'created', 'updated', or 'deleted'. | |
| Message | String | A human-readable description of the event that summarizes what happened to the product. | |
| BasicEventSubjectId | String | The unique identifier of the product or related resource that generated this event. | |
| BasicEventSubjectType | String | Specifies the type of resource associated with the event, such as 'Product' or 'ProductVariant'. | |
| BasicEventHasAdditionalContent | Bool | Indicates whether the event contains expandable or supplemental content for detailed timeline display. | |
| BasicEventAdditionalContent | String | Contains extra descriptive information or metadata for use in collapsible timeline views. | |
| BasicEventAdditionalData | String | Holds structured key-value data providing additional context for event consumers or integrations. | |
| BasicEventSecondaryMessage | String | A secondary, human-readable message that provides further context for the main event message. | |
| BasicEventArguments | String | Lists the parameters or associated entities that provide contextual details about the event. | |
| CommentEventAuthorId | String | The unique identifier of the staff member who created the comment associated with this event. | |
| CommentEventCanDelete | Bool | Indicates whether the comment event can be deleted by authorized users. | |
| CommentEventCanEdit | Bool | Indicates whether the comment event can be edited after it has been created. | |
| CommentEventEdited | Bool | Specifies whether the comment event has been modified since its original creation. | |
| CommentEventRawMessage | String | The unformatted text body of the comment event before it is processed for display. | |
| CommentEventSubjectId | String | The identifier of the parent resource to which the comment event is linked, such as a product or product variant. | |
| CommentEventSubjectHasTimelineComment | Bool | Indicates whether the timeline for the parent resource contains a comment event. | |
| CommentEventEmbedCustomerId | String | References the related customer record linked to this comment event, if applicable. | |
| CommentEventEmbedDraftOrderId | String | References a related draft order associated with this comment event, if one exists. | |
| CommentEventEmbedOrderId | String | References the related order associated with this comment event, if applicable. | |
| CommentEventEmbedProductId | String | References the specific product associated with the comment event. | |
| CommentEventEmbedProductVariantId | String | References the specific product variant associated with the comment event. |