> 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/de/apps-integrations/shopify/shopify-produktfelder-verwenden-um-wahrend-des-buchungsvorgangs-zusatzliche-informationen-zu-erfasse.md).

# Shopify-Produktfelder verwenden, um während des Buchungsvorgangs zusätzliche Informationen zu erfassen

Wenn Sie während des Buchungsvorgangs zusätzliche Informationen von Kunden erfassen müssen, wie z. B. Teilnehmernamen, Ernährungseinschränkungen, Präferenzen, Notizen oder andere vor einem Termin erforderliche Details, können Sie **Shopify-Produktfelder (Zeilenartikel-Eigenschaften)** direkt auf Ihren Serviceseiten verwenden.

Die beim Checkout erfassten Informationen werden in der Shopify-Bestellung gespeichert und können auch im gesamten Sesami-Ökosystem angezeigt werden, einschließlich:

* Sesami-Buchungsdetails
* Beschreibung von Google-Kalender-Terminen
* Benachrichtigungen für Kunden und Mitarbeiter (bei Verwendung von Sesami Flows)

#### Häufige Beispiele sind:

* Namen der Teilnehmer oder Gäste
* Ernährungseinschränkungen
* Beratungspräferenzen
* Besondere Wünsche
* Interne Referenznummern
* Zusätzliche Notizen

<div><figure><img src="/files/7793615047c60ccaac9e332beaad270728704386" alt=""><figcaption></figcaption></figure> <figure><img src="/files/a9ed9c5b51b4a88910848963fe56ffe42483f737" alt=""><figcaption></figcaption></figure></div>

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

Für die Implementierung von Shopify-Produktfeldern muss Ihr Shopify-Theme bearbeitet werden. Wenn Sie einen Entwickler haben, kann er dies direkt in Ihrem Shopify-Shop konfigurieren.

Möglicherweise ist auch die Dokumentation von Shopify hilfreich:

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

{% hint style="info" %}
**Hinweis:** Die Implementierungsdetails können je nach Ihrem Shopify-Theme variieren
{% endhint %}

Wenn Ihnen kein Entwickler zur Verfügung steht, kann Ihnen möglicherweise auch das Sesami-Team helfen. Bitte kontaktieren Sie unser Team, um Ihre Anforderungen zu besprechen.

### Verwandt <a href="#related" id="related"></a>

* [Sesami Forms App](/de/apps-integrations/sesami-forms-app.md) — erfordert [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/de/apps-integrations/shopify/shopify-produktfelder-verwenden-um-wahrend-des-buchungsvorgangs-zusatzliche-informationen-zu-erfasse.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.
