> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/ja/apps-integrations/shopify/sesami-and-shopify.md).

# SesamiとShopify

SesamiはShopifyストアに直接統合され、既存の商品に加えて予約・アポイントメント機能を追加します。

## SesamiがShopifyと連携する仕組み

SesamiはShopifyの商品システムを活用して予約を実現します：

* **商品がサービスになります** — Shopify商品に「Duration」バリエーションを作成し、それを予約可能なサービスとしてSesamiにリンクします
* **注文が予約を追跡します** — 顧客が予約するとShopifyの注文が作成され、売上とレポートをすべて一元管理できます
* **チェックアウトが支払いを処理します** — 予約はShopify標準のチェックアウトを通ります（またはInstant Bookingを使って省略できます）

## Shopifyの要件

{% hint style="warning" %}
Sesamiには、標準のShopifyプランのいずれかが必要です： **ベーシック**, **Shopify**, **アドバンス**、または **Shopify Plus**.

その **Shopify Starterプランは非対応です** — オンラインストアが含まれていないためです。
{% endhint %}

## 対応内容

| Shopifyの機能          | Sesamiの対応状況               |
| ------------------- | ------------------------- |
| Online Store 2.0テーマ | アプリ埋め込み — コード不要           |
| 従来のテーマ              | 対応済み（手動インストールが必要な場合があります） |
| Shopify POS         | 店舗で予約と予約内容の確認ができます        |
| Shopify Plus        | Premiumプランでの利用を推奨         |
| Shopify Flow        | タグ付けやワークフローを自動化           |
| Shopify Markets     | 多言語ストアフロント対応              |

## Sesamiのインストール

1. 〜へ移動する [Shopify App Store上のSesamiページ](https://apps.shopify.com/sesami) またはsesami.coでストアURLを入力してください
2. クリック **アプリを追加** して権限を承認します
3. プランを選択してください — あなたの **10日間の無料トライアル** はすぐに開始します
4. 次に従って [クイックスタートガイド](https://github.com/sesamiapp/gitbook/blob/master/apps-integrations/quickstart.md) 最初のサービスを設定してください

## オムニチャネル：オンライン＋店舗

Sesamiはオンラインと店舗での体験をつなぎます：

* 顧客はShopifyストアフロントからオンラインで予約できます
* スタッフはShopify POSから予約を行い、管理できます
* すべての予約が統一カレンダーに同期されます

これにより、オンライン訪問者を店舗での予約に変換し、すべてを1つのプラットフォームで管理できます。

## 関連

* [クイックスタートガイド](/ja/hajimeni/quickstart.md) — 最初の予約可能サービスを設定する
* [Shopify POS](/ja/apps-integrations/shopify/pos.md) — POSでSesamiを使用する
* [料金](/ja/hajimeni/about-sesami/pricing.md) — プランと料金


---

# 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.sesami.co/ja/apps-integrations/shopify/sesami-and-shopify.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.
