> 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/es/apps-integrations/shopify/usar-los-campos-de-producto-de-shopify-para-recopilar-informacion-adicional-durante-el-proceso-de-re.md).

# Usar los campos de producto de Shopify para recopilar información adicional durante el proceso de reserva

Cuando necesites recopilar información adicional de los clientes durante el proceso de reserva, como nombres de participantes, restricciones alimentarias, preferencias, notas o cualquier otro detalle necesario antes de que tenga lugar una cita, puedes aprovechar **Campos de producto de Shopify (propiedades de los artículos)** directamente en tus páginas de servicio.

La información recopilada durante el proceso de pago se almacena en el pedido de Shopify y también puede mostrarse en todo el ecosistema de Sesami, incluyendo:

* Detalles de reserva de Sesami
* Descripciones de eventos de Google Calendar
* Notificaciones para clientes y personal (al usar Sesami Flows)

#### Ejemplos comunes incluyen:

* Nombres de participantes o invitados
* Restricciones alimentarias
* Preferencias de consulta
* Solicitudes especiales
* Números de referencia internos
* Notas adicionales

<div><figure><img src="/files/7798d8028d0bb8ff6fdac10ce2a812a9b0488e5d" alt=""><figcaption></figcaption></figure> <figure><img src="/files/a5b39cd40882ec482219decdb864c17c6e7118af" alt=""><figcaption></figcaption></figure></div>

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

Implementar Shopify Product Fields requiere editar tu tema de Shopify. Si tienes un desarrollador, puede configurarlo directamente dentro de tu tienda Shopify.

También puede resultarte útil la documentación de Shopify:

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

{% hint style="info" %}
**Nota:** Los detalles de implementación pueden variar según tu tema de Shopify
{% endhint %}

Si no cuentas con un desarrollador disponible, el equipo de Sesami también podría ayudarte. Ponte en contacto con nuestro equipo para hablar sobre tus necesidades.

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

* [Aplicación Sesami Forms](/es/apps-integrations/sesami-forms-app.md) — requiere [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/es/apps-integrations/shopify/usar-los-campos-de-producto-de-shopify-para-recopilar-informacion-adicional-durante-el-proceso-de-re.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.
