# Connect to ShipStation

Integrate your Funnelish funnel with ShipStation. When a customer buys a product from your funnel, the Funnelish app sends the order to your ShipStation account.

To create automatic fulfillment, you need to complete two steps in this order:

1. connect the Funnelish app to your ShipStation account, and then&#x20;
2. create a Funnelish automation

This article shows you how to complete Step 1.

{% hint style="info" %}
[Click here to complete Step 2](/integrations/shipstation/automate.md).
{% endhint %}

## Open ShipStation

Log in to your ShipStation account, and then:

1. Click the gear icon in the top right corner.
2. Click the **Account** menu tab.
3. Click **API Settings**.

<figure><img src="/files/1KgO3IARetjrZ77PjxHz" alt=""><figcaption></figcaption></figure>

#### API keys

If your ShipStation account does not have any keys, click the **Generate API Keys** button.&#x20;

<figure><img src="/files/4mjUYmf6dYjtguFVu7Ms" alt=""><figcaption></figcaption></figure>

* Once you see this pop up, **do not close it yet.**

<figure><img src="/files/ltpobdmvwoDcco90NAPO" alt=""><figcaption></figcaption></figure>

### Open Funnelish

1. Open a new browser tab.
2. Log in to your Funnelish account.
3. Click the **Settings** icon at the top right.
4. Select **Integrations**.&#x20;
5. Click **ShipStation**. A side panel opens.

<figure><img src="/files/k1imxl2xJuWIBa1OQEzu" alt=""><figcaption></figcaption></figure>

### Copying and pasting

Now move between the two browser tabs.

1. Go to the ShipStation page and copy the **API Key**.
2. Go to the Funnelish side panel and paste the key into the correct field.
3. Repeat steps for the **API Secret** key.
4. On the side panel, confirm the toggle switch at the top of the page is in the On position.
5. Click **Save changes** on the side panel.

<figure><img src="/files/wEOZh86TJCJf98dHTRAz" alt=""><figcaption></figcaption></figure>

That's it!

Now go to [Step 2](/integrations/shipstation/automate.md) to set up automatic order fulfillment with your ShipStation integration!


---

# 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://docs.funnelish.com/integrations/shipstation/connect.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.
