# Shipstation

## Overview

**ShipStation** is an order management and shipping software company that is designed to help retailers become more efficient at processing, fulfilling and shipping their e-commerce orders. The Shipstation integration allows merchants to pull ***shipment cost*** into the Daasity order data models to calculate gross margin with shipment cost deducted. The integration  also allows merchants to analyze ***pending orders aging*** to help with supply chain management. Finally, this integration provides merchants with a holistic view of existing shipping carriers distributions, and allows for ***comparison of shipping speed efficiency and shipping cost efficiency***.

Proper analysis of the Shipstation dashboard can help answer the following questions:

* Are there any specific products or specific regions with a large number of outstanding shipments? &#x20;
* How long after a customer places their order is that order shipping?  Long times between order and ship dates can signal an issue with fulfillment.
* Are any shipping carriers showing longer than expected transit times?  This information can help you optimize your delivery times by routing shipments to specific carriers.

<div data-full-width="true"><figure><img src="/files/4JsFoedIUQfBHmzCH4c6" alt=""><figcaption></figcaption></figure></div>

## Setup

<details>

<summary>Growth accounts</summary>

If you have a **Growth** account, you just need to [set up the Shipstation integration](https://help.daasity.com/extract/integrations/shipstation/integration-setup) and trigger a history load. Once oyu do this, you see the Shipstation dashboard in your dashboard list.&#x20;

</details>

<details>

<summary>Enterprise accounts</summary>

If you have an **Enterprise** account, please reach out to <support@daasity.com> to help you set up the explore and dashboard. If you're using our [Hub & Spoke Looker setup](https://help.daasity.com/visualization/enterprise-looker-setup/hub-and-spoke-introduction), you can simply add the following line of code to your addons.lkml file:

```
include: "//base_daasity/**/integration/shipstation/*"
```

Once enabled, just search for "Shipstation" using the search bar in Looker.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.daasity.com/core-concepts/dashboards/report-library/data-source-dashboards/shipstation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
