> 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/se/apps-integrations/shopify/anvand-shopify-produktfalt-for-att-samla-in-ytterligare-information-under-bokningsprocessen.md).

# Använd Shopify-produktfält för att samla in ytterligare information under bokningsprocessen

När du behöver samla in extra information från kunder under bokningsprocessen, till exempel deltagarnamn, kostbegränsningar, preferenser, anteckningar eller andra uppgifter som krävs innan en tid bokas, kan du använda **Shopify-produktfält (radobjektegenskaper)** direkt på dina servicesidor.

Informationen som samlas in vid kassan lagras i Shopify-ordern och kan också visas i hela Sesami-ekosystemet, inklusive:

* Sesami-bokningsdetaljer
* Beskrivningar av Google Kalender-händelser
* Aviseringar för kunder och personal (när du använder Sesami Flows)

#### Vanliga exempel inkluderar:

* Deltagar- eller gästnamn
* Kostbegränsningar
* Konsultationspreferenser
* Särskilda önskemål
* Interna referensnummer
* Ytterligare anteckningar

<div><figure><img src="/files/3619c7fcee50f94cc738294dce1af4acad7e6498" alt=""><figcaption></figcaption></figure> <figure><img src="/files/e9116690041b68a8d54d0977e6fb458e26fdd05e" alt=""><figcaption></figcaption></figure></div>

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

För att implementera Shopify-produktfält behöver du redigera ditt Shopify-tema. Om du har en utvecklare kan de konfigurera detta direkt i din Shopify-butik.

Du kan också ha nytta av Shopifys dokumentation:

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

{% hint style="info" %}
**Obs:** Implementationsdetaljerna kan variera beroende på ditt Shopify-tema
{% endhint %}

Om du inte har en utvecklare tillgänglig kan Sesami-teamet också kanske hjälpa till. Kontakta vårt team för att diskutera dina behov.

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

* [Sesami Forms-app](/se/apps-integrations/sesami-forms-app.md) — kräver [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/se/apps-integrations/shopify/anvand-shopify-produktfalt-for-att-samla-in-ytterligare-information-under-bokningsprocessen.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.
