Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to ShipStation APIs.
Key Features
- The connector models ShipStation entities as relational views, allowing you to write SQL to query ShipStation data.
- Stored procedures allow you to execute operations to ShipStation
- Live connectivity to these objects means any changes to your ShipStation account are immediately reflected when using the connector.
Views
Views describes the available views. Views are statically defined to model Customers, Products, Orders, and more.
Stored Procedures
Stored Procedures are function-like interfaces to ShipStation. Stored procedures allow you to execute operations to ShipStation, including creating labels for orders and assigning users to orders.