Power BI Connector for Shopify

Build 25.0.9454

MetaObjects

Lists all metaobjects created for the shop.

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 globally unique Id for the metaobject.
Handle String The unique handle of the metaobject, useful as a custom Id.
DisplayName String The preferred display name value of the metaobject.
CreatedByDeveloperName String The name of the app developer that created the metaobject.
DefinitionId String The Id of the MetaobjectDefinition that models this metaobject type.
Title String The name of the app associated with the metaobject.
Type String The definition type of the metaobject.
Key [KEY] String The field key of the metaobject.
Value String The assigned field value, always stored as a string regardless of the field type.
TypeField String The data type of the field.
UpdatedAt Datetime The date and time when the metaobject was last updated.
CapabilitiesPublishableStatus String The publishable capability status of the metaobject.
CapabilitiesOnlineStoreTemplateSuffix String The theme template applied when viewing the metaobject in the Online Store.
ThumbnailFieldKey String The field key recommended to visually represent this metaobject(for example, a file reference or color field).
ThumbnailFieldThumbnailHex String The hexadecimal color code recommended to visually represent this metaobject.
ThumbnailFieldFileId String The file Id recommended to visually represent this metaobject.
ThumbnailFieldFileAlt String The alt text describing the file used to visually represent this metaobject.
ThumbnailFieldFileCreatedAt Datetime The date and time when the file used to represent this metaobject was created.
ThumbnailFieldFileUpdatedAt Datetime The date and time when the file used to represent this metaobject was last updated.
ThumbnailFieldFileFileStatus String The status of the file used to represent this metaobject.
ThumbnailFieldFileFileErrors String Any errors that occurred on the file used to represent this metaobject.
ThumbnailFieldFilePreviewStatus String The current status of the preview image for the file.
ThumbnailFieldFilePreviewImageId String The Id of the preview image for the file.
ThumbnailFieldFilePreviewImageAltText String The alt text describing the preview image for the file.
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 for the file.

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