# SesamiとShopify

Sesami は、お使いの Shopify ストアと直接連携し、既存の商品に予約・アポイント機能を追加します。

## Sesami の Shopify での仕組み

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

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

## Shopify の要件

{% hint style="warning" %}
Sesami には、次の標準 Shopify プランのいずれかが必要です: **基本**, **Shopify**, **Advanced**、または **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. プランを選択 — あなたの **30日間の無料トライアル** すぐに開始されます
4. 次の手順に従って [クイックスタートガイド](https://github.com/sesamiapp/gitbook/blob/master/apps-integrations/quickstart.md) 最初のサービスを設定します

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

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

* お客様は Shopify のストアフロントからオンラインで予約します
* スタッフは Shopify POS を通じて予約やアポイントを管理できます
* すべての予約は統合カレンダーに同期されます

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

## 関連項目

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


---

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