> 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/shippo.md).

# Shippo連携

Shippo連携を使うと、ネットショップをShippoの料金比較・ラベル印刷ツールに接続できます。一度のセットアップで、複数の配送キャリアと割引配送料金をすぐに利用できるようになります。

Shippoでは料金を比較して最適な配送オプションを選べるため、フルフィルメントの流れを止めることなく注文を発送できます。複雑な仕組みを増やさずに配送を管理したい事業者向けの、柔軟で軽量なソリューションです。

## 接続手順

1. Shippoのダッシュボードを開き、「**API**」タブを選択します
2. 「**トークンを作成**」を選択します

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

3. 作成したトークンを選択すると、APIキーが表示されます

<figure><img src="/files/6bEnPRZeTp2J589v2yW2" alt=""><figcaption></figcaption></figure>

4. ネットショップのタブに移動し、「**設定**」→「**連携を追加**」を選択すると、Shippo連携が表示されます

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

5. ShippoのAPIキーを貼り付けます

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

## 接続後の動作

接続が完了すると、チェックアウト画面にShippoの配送オプションが自動的に表示され、配送料は注文の概要にあらかじめ反映されます。

<figure><img src="/files/KN4XPjZ9TAENBXMPqQC1" 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/shippo.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.
