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

# Printful連携

Printful連携を使うと、プリントオンデマンド商品のデザイン・販売・フルフィルメントを自動化できます。生産や発送はPrintfulに任せて、あなたは制作とマーケティングに集中できます。

顧客がストアで注文すると、その注文は印刷とフルフィルメントのためにPrintfulへ送信されます。生産・梱包・発送はPrintfulが担当し、注文情報と追跡情報はストアと同期された状態に保たれます。

## 接続手順

### ステップ1: Printfulダッシュボードでの設定

1. Printfulのダッシュボードを開きます
2. 「**その他**」タブ →「**ストア設定**」→「**API**」を選択します

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

3. 「**Choose store**」のドロップダウンメニューから、使用するストアを選択します
4. 赤い「**Printful開発者ページへ移動**」ボタンをクリックします

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

### ステップ2: APIトークンの作成

1. 左側の「**トークン**」タブを選択します
2. 「**プライベートトークン**」→「**トークンを作成**」を選択します

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

### ステップ3: トークンの設定

新しいトークンを作成する際は、以下の項目を設定します。

* 管理用にトークンへ名前を付ける
* 連絡先のメールアドレスを追加する
* トークンの有効期限を設定する
* アクセスレベルを設定する
* スコープ（付与する権限）を選択する

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

### ステップ4: トークンキーのコピー

1. 「**新しいトークンを作成**」ボタンをクリックします
2. 新しいタブに表示されるプライベートアクセスキーをコピーします

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

### ステップ5: ネットショップでの連携設定

1. ネットショップの画面に戻ります
2. 「**設定**」→「**連携を追加**」を選択します
3. 「**Printful**」を選択します
4. コピーしたPrintfulのAPIキーを入力します

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

## 商品のマッピング

### ステップ1: マッピングを開始する

PrintfulのAPIキーを追加したら、「**商品をマップ**」ボタンを選択します。

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

### ステップ2: 商品を照合する

* 左側の列には、ネットショップの商品が表示されます
* 右側で、対応するPrintfulのアイテムをマッピングします

接続したいアイテムまでスクロールし、Printful側で正しいアイテムを選んでいることを確認してください。

### ステップ3: マッピングを保存する

正しい商品をマッピングできたことを確認したら、「**マッピングを保存**」ボタンを選択します。商品がマップ済みとして表示されます。

### ステップ4: 商品を追加する

マッピングの完了後も、必要に応じてさらに商品を追加できます。

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