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

# 予約プロセス中に追加情報を収集するためにShopifyの商品フィールドを使用する

予約プロセス中に、参加者名、食事制限、希望、メモ、または予約前に必要となるその他の詳細など、お客様から追加情報を収集する必要がある場合は、 **Shopify 商品フィールド（ラインアイテム属性）** をサービスページ上で直接利用できます。

チェックアウト中に収集された情報は Shopify の注文内に保存され、さらに以下を含む Sesami エコシステム全体で表示することもできます:

* Sesami の予約詳細
* Google カレンダーのイベント説明
* お客様とスタッフ向けの通知（Sesami Flows を使用する場合）

#### 一般的な例には以下が含まれます:

* 参加者またはゲストの名前
* 食事制限
* 相談の希望
* 特別なリクエスト
* 社内参照番号
* 追加メモ

<div><figure><img src="/files/ffef5ca1de03f94419358260b1617de19960e3e1" alt=""><figcaption></figcaption></figure> <figure><img src="/files/a6fb2e5ca94484dcebaecec668b8d4e2386e6e63" 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 Forms アプリ](/ja/apps-integrations/sesami-forms-app.md) — が必要です [Sesami Instant Booking](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/ja/apps-integrations/shopify/purosesuniwosurutamenishopifynofrudowosuru.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.
