> 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/zh-cn/apps-integrations/shopify/sesami-and-shopify.md).

# Sesami 与 Shopify

Sesami 可直接与您的 Shopify 商店集成，在现有产品旁添加预订和预约功能。

## Sesami 如何与 Shopify 协同工作

Sesami 使用 Shopify 的商品系统来支持预订：

* **商品变为服务** — 您创建一个带有“时长”变体的 Shopify 商品，然后将其链接到 Sesami，作为可预订服务
* **订单跟踪预订** — 当客户完成预订时，会创建一个 Shopify 订单，将您的所有收入和报表集中在一个地方
* **结账负责付款** — 预订通过 Shopify 原生结账流程完成（或使用即时预订跳过结账）

## 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 应用商店中的 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 预订和管理预约
* 所有预订同步到统一日历

这让您可以将线上访客转化为到店预约，并在一个平台上管理一切。

## 相关

* [快速入门指南](/zh-cn/kai-shi-shi-yong/quickstart.md) — 设置您的首个可预订服务
* [Shopify POS](/zh-cn/apps-integrations/shopify/pos.md) — 将 Sesami 与收银系统一起使用
* [定价](/zh-cn/kai-shi-shi-yong/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/zh-cn/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.
