> 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/it/apps-integrations/shopify/utilizzare-i-campi-prodotto-di-shopify-per-raccogliere-informazioni-aggiuntive-durante-il-processo-d.md).

# Utilizzare i campi prodotto di Shopify per raccogliere informazioni aggiuntive durante il processo di prenotazione

Quando devi raccogliere informazioni aggiuntive dai clienti durante il processo di prenotazione, come i nomi dei partecipanti, le restrizioni alimentari, le preferenze, le note o qualsiasi altro dettaglio richiesto prima che si svolga un appuntamento, puoi sfruttare **Campi prodotto Shopify (proprietà delle voci di riga)** direttamente sulle pagine dei tuoi servizi.

Le informazioni raccolte durante il checkout vengono salvate nell'ordine Shopify e possono anche essere visualizzate in tutto l'ecosistema Sesami, tra cui:

* dettagli della prenotazione Sesami
* descrizioni degli eventi di Google Calendar
* Notifiche per clienti e personale (quando si utilizza Sesami Flows)

#### Esempi comuni includono:

* Nomi dei partecipanti o degli ospiti
* Restrizioni alimentari
* Preferenze per la consulenza
* Richieste speciali
* Numeri di riferimento interni
* Note aggiuntive

<div><figure><img src="/files/9ace46cf7777c52ac541d279c7fa2afd41053b9c" alt=""><figcaption></figcaption></figure> <figure><img src="/files/a7c1393c090a7b215e9e2c8812de28ea5f6dc426" alt=""><figcaption></figcaption></figure></div>

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

L'implementazione di Shopify Product Fields richiede la modifica del tema Shopify. Se hai uno sviluppatore, può configurarlo direttamente nel tuo negozio Shopify.

Potresti trovare utile anche la documentazione di Shopify:

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

{% hint style="info" %}
**Nota:** I dettagli dell'implementazione possono variare a seconda del tema Shopify
{% endhint %}

Se non hai uno sviluppatore disponibile, anche il team Sesami potrebbe essere in grado di aiutarti. Contatta il nostro team per discutere le tue esigenze.

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

* [App Sesami Forms](/it/apps-integrations/sesami-forms-app.md) — richiede [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/it/apps-integrations/shopify/utilizzare-i-campi-prodotto-di-shopify-per-raccogliere-informazioni-aggiuntive-durante-il-processo-d.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.
