> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/core-concepts/dashboards/report-library/data-source-dashboards/shipstation.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
