TDV Adapter for Shopify

Build 22.0.8462

GRAPHQL Data Model

The Shopify Adapter models the Shopify API as relational views, and stored procedures.

To use GraphQL Data Model, simply set Schema to GraphQL.

Views

Views are tables that cannot be modified, such as Events, Patouts, Reports. Typically, model data that is read-only and cannot be updated are shown as views.

Stored Procedures

Stored Procedures are function-like interfaces to the data source. They can be used to search, update, and modify information in the data source.

Using Bulk API

When UseBulkApi is set to True Shopify Adapter performs Shopify Bulk Operations. This option offers better performance when you need to select or export a lot of data from Shopify.

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