Tableau Connector for Shopify

Build 24.0.8963

MetaObjects

All metaobjects for the shop.

View-Specific Information

Select

The connector uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The connector processes other filters client-side within the connector.

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

For example, the following queries are processed server side:

  SELECT * FROM MetaObjects
  SELECT * FROM MetaObjects WHERE Type = 'Val1'

Columns

Name Type References Description
ID [KEY] String A globally-unique ID.
Handle String The unique handle of the object, useful as a custom ID.
DisplayName String The preferred display name field value of the metaobject.
CreatedByDeveloperName String The name of the app developer.
DefinitionId String The identifier of the MetaobjectDefinition that models this object type.
Title String Name of the app.
Type String The type of the metaobject.
Key [KEY] String The object key of this field.
Value String The assigned field value, always stored as a string regardless of the field type.
TypeField String The type of the field.
UpdatedAt Datetime When the object was last updated.
CapabilitiesPublishableStatus String Metaobject capabilities for this Metaobject. The publishable capability for this metaobject.
CapabilitiesOnlineStoreTemplateSuffix String Metaobject capabilities for this Metaobject. The Online Store capability for this metaobject. The theme template used when viewing the metaobject in a store.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963