TDV Adapter for Shopify

Build 22.0.8462

Data Model

The Shopify Adapter models entities in the Shopify API as tables, views, and stored procedures. These are defined in schema files, which are simple, text-based configuration files that are easy to customize.

Key Features

  • Include Custom Fields connection property allows you to retrieve custom fields for Products and ProductVariants table. Set this property to True, to enable this feature.
  • Row Scan Depth connection property allows you to set the number of rows that will be filtered for custom fields. The default value for this property is 50. Setting a low value may result in not getting all the custom fields, but setting a high value will decrease the performance of the driver. To use this feature set the Include Custom Fields connection property to True.
  • Flexible Schema is used to retrieve custom fields for Products and ProductVariants table. This feature is enabled when Include Custom Fields connection property is set to True. Flexible schema will search at most 250 rows for custom fields. To retrieve more fields set the Row Scan Depth to a higher value.

Using Rest API

See REST Data Model for the available entities in the REST API.

Using GraphQL API

See GRAPHQL Data Model for the available entities in the GraphQL API.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462