> 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/no/apps-integrations/shopify/bruke-shopify-produktfelter-til-a-samle-inn-tilleggsinformasjon-under-bookingprosessen.md).

# Bruke Shopify-produktfelter til å samle inn tilleggsinformasjon under bookingprosessen

Når du trenger å samle inn ekstra informasjon fra kundene under bookingprosessen, for eksempel deltakernavn, kostholdsbegrensninger, preferanser, notater eller andre detaljer som kreves før en avtale finner sted, kan du bruke **Shopify-produktfelter (varelinjeegenskaper)** direkte på tjenestesidene dine.

Informasjonen som samles inn under utsjekkingen, lagres i Shopify-ordren og kan også vises gjennom hele Sesami-økosystemet, inkludert:

* Sesami-bookingdetaljer
* beskrivelser av Google Kalender-hendelser
* Varsler for kunder og ansatte (når du bruker Sesami Flows)

#### Vanlige eksempler inkluderer:

* Navn på deltakere eller gjester
* Kostholdsbegrensninger
* Konsultasjonspreferanser
* Spesielle forespørsler
* Interne referansenumre
* Tilleggsnotater

<div><figure><img src="/files/cddda8cb8cc26a69c49e7a9a1f5e299a788ce302" alt=""><figcaption></figcaption></figure> <figure><img src="/files/95f23f7a7bc555a9c54d4704df9a1e2616cb9386" alt=""><figcaption></figcaption></figure></div>

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

Implementering av Shopify Product Fields krever at du redigerer Shopify-temaet ditt. Hvis du har en utvikler, kan vedkommende konfigurere dette direkte i Shopify-butikken din.

Du kan også ha nytte av Shopifys dokumentasjon:

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

{% hint style="info" %}
**Merk:** Implementeringsdetaljene kan variere avhengig av Shopify-temaet ditt
{% endhint %}

Hvis du ikke har en utvikler tilgjengelig, kan Sesami-teamet også kanskje hjelpe. Ta kontakt med teamet vårt for å diskutere behovene dine.

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

* [Sesami Forms-appen](/no/apps-integrations/sesami-forms-app.md) — krever [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/no/apps-integrations/shopify/bruke-shopify-produktfelter-til-a-samle-inn-tilleggsinformasjon-under-bookingprosessen.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.
