> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/online-shop/order-fulfilment/shipstation.md).

# ShipStation連携

ShipStation連携を使うと、ネットショップの注文が自動的にShipStationへ送信され、配送ラベルの作成、キャリアの管理、注文のフルフィルメントを一箇所で行えるようになります。

手動でのエクスポートやコピー＆ペーストは不要です。チェックアウトからお届けまでがスムーズにつながります。

<figure><img src="/files/7QOv758KNhN1x3p8eQM0" alt=""><figcaption></figcaption></figure>

## ShipStation側でAPIキーを取得する

1. ShipStationのダッシュボードを開きます
2. 「**アカウント**」→「**API設定**」を選択します

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

3. 「**APIキーを生成**」を選択します

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

4. APIキーの有効期限を選択し、生成ボタンをクリックします

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

5. 生成されたAPIキーの情報を確認します

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

## OpusBooster側で連携を設定する

1. OpusBoosterのダッシュボードに戻ります
2. 上部のナビゲーションバーで「ネットショップ」タブを選択します
3. 「設定」をクリックします

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

4. 「**連携を追加**」ボタンを選択します
5. ShipStation連携を選択します

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

6. 表示されたポップアップに、ShipStationのAPIキーとシークレットキーを貼り付けます

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

APIキーとシークレットキーを入力すると、ShipStationがネットショップに接続されます。

## 連携後の動作

* チェックアウト画面に、ShipStationで設定した優先キャリアが自動的に表示されます
* 配送料金が自動で計算されます

<figure><img src="/files/9g9b7dhrMiLzejmbA2Tg" alt=""><figcaption></figcaption></figure>

* 処理された注文は、ShipStationの注文ダッシュボードで確認できます

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

* 顧客にはシステムメールが自動送信されます


---

# 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://docs.opusbooster.com/platform/online-shop/order-fulfilment/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.
