> 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/sesami-and-shopify.md).

# Sesami og Shopify

Sesami integreres direkte med Shopify-butikken din for å legge til booking- og avtale-funksjonalitet ved siden av de eksisterende produktene dine.

## Slik fungerer Sesami med Shopify

Sesami bruker Shopifys produktsystem til å drive bookinger:

* **Produkter blir til tjenester** — du oppretter et Shopify-produkt med en «Varighet»-variant, og kobler det deretter til Sesami som en bestillbar tjeneste
* **Ordrer sporer bookinger** — når en kunde bestiller, opprettes en Shopify-ordre, slik at alle inntektene og all rapportering samles på ett sted
* **Kassen håndterer betaling** — bookinger går gjennom Shopifys innebygde kasse (eller bruk Instant Booking for å hoppe over den)

## Krav til Shopify

{% hint style="warning" %}
Sesami krever en av de vanlige Shopify-planene: **Basic**, **Shopify**, **Advanced**, eller **Shopify Plus**.

Den **Shopify Starter-planen er ikke kompatibel** — den inkluderer ikke en nettbutikk.
{% endhint %}

## Hva som støttes

| Shopify-funksjon        | Sesami-støtte                            |
| ----------------------- | ---------------------------------------- |
| Online Store 2.0-temaer | App-innbygging — ingen kode nødvendig    |
| Eldre temaer            | Støttes (kan kreve manuell installasjon) |
| Shopify POS             | Bestill og se avtaler i butikk           |
| Shopify Plus            | Anbefales med Premium-plan               |
| Shopify Flow            | Automatiser tagging, arbeidsflyter       |
| Shopify Markets         | Støtte for nettbutikk på flere språk     |

## Installere Sesami

1. Gå til [Sesami-siden i Shopify App Store](https://apps.shopify.com/sesami) eller skriv inn butikkens URL på sesami.co
2. Klikk på **Legg til app** og godkjenn tillatelser
3. Velg en plan — din **10-dagers gratis prøveperiode** starter umiddelbart
4. Følg [Hurtigstartguiden](https://github.com/sesamiapp/gitbook/blob/master/apps-integrations/quickstart.md) for å konfigurere din første tjeneste

## Omnikanal: nett og i butikk

Sesami bygger bro mellom opplevelser på nett og i butikk:

* Kunder bestiller på nett via Shopify-nettbutikken din
* Ansatte kan bestille og administrere avtaler via Shopify POS
* Alle bookinger synkroniseres til en samlet kalender

Dette lar deg gjøre nettbesøkende om til avtaler i butikk og administrere alt fra én plattform.

## Relatert

* [Hurtigstartguiden](/no/kom-i-gang/quickstart.md) — sett opp din første bestillbare tjeneste
* [Shopify POS](/no/apps-integrations/shopify/pos.md) — bruk av Sesami med Point of Sale
* [Priser](/no/kom-i-gang/about-sesami/pricing.md) — planer og priser


---

# 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/sesami-and-shopify.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.
