PlatformAPI データモデル
Overview
This section shows the available API objects and provides more information on executing SQL to Smaregi APIs.
Key Features
- The connector models Smaregi entities like products, customers, and shippings as relational tables, allowing you to write SQL to query and modify Smaregi data.
- Live connectivity to these objects means any changes to your Smaregi account are immediately reflected when using the connector.
Tables
テーブル describes the available tables. Table are statically defined to model Products, Customers, Shippings, and more.
Views
ビュー describes the available views. Views are statically defined to model Stores, ShippingDetails and more. Views may not be modified, but can be used to supplement queries to the tables.