CData Python Connector for Shopify

Build 25.0.9454

MetaObjects

Displays all metaobject instances created for the shop, each representing a reusable structured content record.

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.

  • Type supports the '=, IN' comparison operators.

For example, the following query is processed server-side:

  SELECT * FROM MetaObjects WHERE Type = 'Val1'

Columns

Name Type References Description
ID [KEY] String A unique identifier for the metaobject record.
Handle String A unique handle used to reference this metaobject, functioning as a custom identifier.
DisplayName String The preferred display name value derived from the metaobject's defined display field.
CreatedByDeveloperName String The name of the app developer responsible for creating or managing this metaobject.
DefinitionId String The identifier of the MetaobjectDefinition that defines the structure and type of this metaobject.
Title String The name of the app or entity associated with this metaobject.
Type String The data type or category of the metaobject, as defined by its associated MetaobjectDefinition.
Key [KEY] String The key identifying a specific field within the metaobject.
Value String The value assigned to the field, stored as a string regardless of the original field data type.
TypeField String The declared type of the field, such as text, number, or reference.
UpdatedAt Datetime The date and time when the metaobject was last modified.
CapabilitiesPublishableStatus String Indicates the publication status of this metaobject, determining whether it can be made visible in storefront or app contexts.
CapabilitiesOnlineStoreTemplateSuffix String Specifies the theme template used to render this metaobject as a page within the Online Store.
ThumbnailFieldKey String Identifies the field recommended to visually represent this metaobject, such as a color or media reference.
ThumbnailFieldThumbnailHex String The hexadecimal color code used to visually represent this metaobject when a color field serves as its thumbnail.
ThumbnailFieldFileId String The unique identifier of the file used to visually represent this metaobject.
ThumbnailFieldFileAlt String The alt text describing the thumbnail file or image for accessibility and SEO purposes.
ThumbnailFieldFileCreatedAt Datetime The date and time when the thumbnail file was originally created.
ThumbnailFieldFileUpdatedAt Datetime The date and time when the thumbnail file was most recently updated.
ThumbnailFieldFileFileStatus String Indicates the current status of the thumbnail file, such as active or processing.
ThumbnailFieldFileFileErrors String Lists any errors that occurred while processing or managing the thumbnail file.
ThumbnailFieldFilePreviewStatus String Indicates the current status of the preview image associated with the thumbnail file.
ThumbnailFieldFilePreviewImageId String A unique identifier for the preview image linked to the thumbnail file.
ThumbnailFieldFilePreviewImageAltText String The descriptive alt text for the preview image to convey its content or purpose.
ThumbnailFieldFilePreviewImageHeight Int The original height of the preview image in pixels. Returns null if the image isn't hosted by Shopify.
ThumbnailFieldFilePreviewImageWidth Int The original width of the preview image in pixels. Returns null if the image isn't hosted by Shopify.
ThumbnailFieldFilePreviewImageUrl String The URL of the preview image associated with the thumbnail file, used to retrieve or display the image.

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