> 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/apps-integrations/shopify/using-shopify-product-fields-to-collect-additional-information-during-the-booking-process.md).

# Using Shopify Product Fields to Collect Additional Information During the Booking Process

When you need to collect extra information from customers during the booking process, such as participant names, dietary restrictions, preferences, notes, or any other details required before an appointment takes place, you can leverage **Shopify Product Fields (Line Item Properties)** directly on your service pages.

The information collected during checkout is stored within the Shopify order and can also be displayed throughout the Sesami ecosystem, including:

* Sesami booking details
* Google Calendar event descriptions
* Notifications for customers and staff (when using Sesami Flows)

#### Common examples include:

* Participant or guest names
* Dietary restrictions
* Consultation preferences
* Special requests
* Internal reference numbers
* Additional notes

<div><figure><img src="/files/GotwDMGeyzKbyGgEh7x7" alt=""><figcaption></figcaption></figure> <figure><img src="/files/N5hDo3pBpEPVx4snghcP" alt=""><figcaption></figcaption></figure></div>

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

Implementing Shopify Product Fields requires editing your Shopify theme. If you have a developer, they can configure this directly within your Shopify store.

You may also find Shopify's documentation helpful:

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

{% hint style="info" %}
**Note:** Implementation details may vary depending on your Shopify theme
{% endhint %}

If you don't have a developer available, the Sesami team may also be able to assist. Please contact our team to discuss your requirements.

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

* [Sesami Forms App](/apps-integrations/sesami-forms-app.md) — requires [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/apps-integrations/shopify/using-shopify-product-fields-to-collect-additional-information-during-the-booking-process.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.
