REST Data Model
The CData Excel Add-In for Shopify models the Shopify API as relational views, and stored procedures.
To use REST Data Model, simply set Schema to REST.
Tables
テーブル are tables that can be modified, such as Orders, Products.
Views
ビュー are tables that cannot be modified, such as Events, Patouts and Reports. Typically, read-only model data is shown as views.
Stored Procedures
ストアドプロシージャ are function-like interfaces to the data source. Use these interfaces to search, update, and modify information in the data source.