CData Python Connector for Shopify

Build 25.0.9454

PageEvents

Tracks events related to page creation, updates, and deletions in the online store.

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 PageEvents WHERE HostId = 'Val1'

Columns

Name Type References Description
Id [KEY] String A globally unique identifier for the page event record.
HostId String

Pages.Id

The unique identifier of the shop or application instance where the event occurred.
AppTitle String The display 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 action.
AttributeToUser Bool Indicates whether the event was triggered by an admin user action, such as updating a product or processing an order.
CreatedAt Datetime The date and time when the event was created and logged in Shopify.
CriticalAlert Bool Specifies whether the event is marked as critical and requires immediate attention or review.
Action String Describes the type of action that occurred, such as 'create', 'update', or 'delete'.
Message String A human-readable description of the event summarizing what happened or which entity was affected.
BasicEventSubjectId String The unique identifier of the primary resource that triggered this event, such as an order or product.
BasicEventSubjectType String Specifies the resource type associated with the event, such as 'Order', 'Customer', or 'Product'.
BasicEventHasAdditionalContent Bool Indicates whether the event includes expandable or supplementary content for the timeline view.
BasicEventAdditionalContent String Contains additional descriptive content for collapsible or detailed timeline entries.
BasicEventAdditionalData String Holds structured data that provides extra context for applications consuming the event.
BasicEventSecondaryMessage String A secondary human-readable message offering supporting details for the main event message.
BasicEventArguments String Lists related arguments or references that identify specific event context and associated resources.
CommentEventAuthorId String The identifier of the staff member who authored the comment event.
CommentEventCanDelete Bool Indicates whether the comment event can be deleted by the user or system.
CommentEventCanEdit Bool Indicates whether the comment event can be modified after creation.
CommentEventEdited Bool Specifies whether the comment event has been edited since it was first posted.
CommentEventRawMessage String The unprocessed text content of the comment event before formatting or display transformations.
CommentEventSubjectId String The identifier of the parent resource to which this comment event belongs, such as an order or customer record.
CommentEventSubjectHasTimelineComment Bool Indicates whether the timeline subject currently contains a comment event.
CommentEventEmbedCustomerId String References the related customer resource associated with the comment event, if applicable.
CommentEventEmbedDraftOrderId String References the related draft order resource associated with the comment event.
CommentEventEmbedOrderId String References the related order resource associated with the comment event.
CommentEventEmbedProductId String References the related product resource associated with the comment event.
CommentEventEmbedProductVariantId String References the related product variant resource associated with the comment event.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454