Integration Specifications
This page will help you learn about how Daasity replicates data from ShipStation, limitations to the data we can extract and where the data is stored in the ShipStation schema
Integration Overview
ShipStation is a web-based shipping platform that helps businesses manage their small parcel shipping and e-commerce fulfillment.
This document provides context on what kind of data is being gathered through this extractor, which endpoints that data is coming from, and how the extracted tables relate to each other.
Integration Availability
This integration is available for:
Enterprise
Growth
NOTE: A code block exists to include shipping costs into Daasity data model (UOS) from ShipStation
API Endpoints
The Daasity integration with ShipStation extracts data from a number of endpoints from the ShipStation API.
The following endpoints are currently included in the Integration and currently refreshed on a daily basis:
Entity Relationship Diagram (ERD)
Click here to view the ERD for the Daasity Shipstation integration illustrating the different tables and keys to join across tables.
ShipStation Schema
The Daasity ShipStation extractor creates these tables using the endpoints and replication methods listed. The data is mapped from the source API endpoint to the table based on the mapping logic outlined in each table.
Carriers
Endpoint: List Carriers
Update method: UPSERT
Table name: [
shipstation.carriers
]
Carrier Packages
Endpoint: List Packages
Update method: UPSERT
Table name: [
shipstation.carrier_packages
]
Carrier Services
Endpoint: List Services
Update method: UPSERT
Table name: [
shipstation.carrier_services
]
Orders
Endpoint: List Orders
Update method: UPSERT
Table name: [
shipstation.orders
]
Order Items
Endpoint: List Orders
Update method: UPSERT
Table name: [
shipstation.order_items
]
Shipments
Endpoint: List Shipments
Update method: UPSERT
Table name: [
shipstation.shipments
]
Shipment Line Items
Endpoint: List Shipments
Update method: UPSERT
Table name: [
shipstation.shipment_line_items
]
SKUs
Endpoint: List Products
Update method: UPSERT
Table name: [
shipstation.skus
]
SKU Attributes
Endpoint: List Products
Update method: UPSERT
Table name: [
shipstation.sku_attributes
]
Users
Endpoint: List Users
Update method: UPSERT
Table name: [
shipstation.user
]
Warehouses
Endpoint: List Warehouses
Update method: UPSERT
Table name: [
shipstation.warehouses
]
Last updated