> 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/zai-yu-yue-guo-cheng-zhong-shi-yong-shopify-chan-pin-zi-duan-shou-jiewai-xin-xi.md).

# 在预约过程中使用 Shopify 产品字段收集额外信息

当您在预订过程中需要从客户那里收集额外信息时，例如参与者姓名、饮食限制、偏好、备注，或预约前所需的任何其他详情，您可以利用 **Shopify 产品字段（订单项属性）** 直接在您的服务页面上。

在结账过程中收集到的信息会存储在 Shopify 订单中，也可以在整个 Sesami 生态系统中显示，包括：

* Sesami 预订详情
* Google 日历事件描述
* 面向客户和员工的通知（在使用 Sesami Flows 时）

#### 常见示例如下：

* 参与者或客人姓名
* 饮食限制
* 咨询偏好
* 特殊请求
* 内部参考编号
* 附加备注

<div><figure><img src="/files/aee6563c1e68b006ba3ae2ac82e2881b249aa37d" alt=""><figcaption></figcaption></figure> <figure><img src="/files/0b7ba5e8734300984e528701cb5cb77c0a6324c8" alt=""><figcaption></figcaption></figure></div>

{% embed url="<https://demo.sesami.co/products/consultation>" %}

实施 Shopify 产品字段需要编辑您的 Shopify 主题。如果您有开发人员，他们可以直接在您的 Shopify 商店中进行配置。

您也可能会觉得 Shopify 的文档很有帮助：

* <https://shopify.dev/docs/themes/architecture/templates/product#line-item-properties>

{% hint style="info" %}
**注意：** 实施细节可能会因您的 Shopify 主题而异
{% endhint %}

如果您没有可用的开发人员，Sesami 团队也可能能够提供帮助。请联系我们的团队以讨论您的需求。

### 相关 <a href="#related" id="related"></a>

* [Sesami 表单应用](/zh-cn/apps-integrations/sesami-forms-app.md) — 需要 [Sesami 即时预订](https://help.sesami.co/booking/booking-features/instant-booking)


---

# 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/zai-yu-yue-guo-cheng-zhong-shi-yong-shopify-chan-pin-zi-duan-shou-jiewai-xin-xi.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.
