> 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/pt-br/apps-integrations/shopify/sesami-and-shopify.md).

# Sesami e Shopify

A Sesami se integra diretamente à sua loja Shopify para adicionar funcionalidades de agendamento e marcação de horários junto aos seus produtos existentes.

## Como a Sesami funciona com a Shopify

A Sesami usa o sistema de produtos da Shopify para viabilizar agendamentos:

* **Produtos se tornam serviços** — você cria um produto da Shopify com uma variante "Duração", depois o vincula à Sesami como um serviço reservável
* **Pedidos acompanham os agendamentos** — quando um cliente faz uma reserva, um pedido da Shopify é criado, mantendo toda a sua receita e relatórios em um só lugar
* **O checkout processa o pagamento** — os agendamentos passam pelo checkout nativo da Shopify (ou use o Agendamento Instantâneo para pular isso)

## Requisitos da Shopify

{% hint style="warning" %}
A Sesami requer um dos planos padrão da Shopify: **Basic**, **Shopify**, **Advanced**, ou **Shopify Plus**.

O **plano Shopify Starter não é compatível** — ele não inclui uma loja virtual.
{% endhint %}

## O que é compatível

| Recurso da Shopify     | Suporte da Sesami                               |
| ---------------------- | ----------------------------------------------- |
| Temas Online Store 2.0 | App embed — sem necessidade de código           |
| Temas legados          | Compatível (pode exigir instalação manual)      |
| Shopify POS            | Agende e visualize compromissos na loja         |
| Shopify Plus           | Recomendado com o plano Premium                 |
| Shopify Flow           | Automatize marcação de tags, fluxos de trabalho |
| Shopify Markets        | Suporte a loja virtual multilíngue              |

## Instalando a Sesami

1. Acesse a [página da Sesami na Shopify App Store](https://apps.shopify.com/sesami) ou insira a URL da sua loja em sesami.co
2. Clique em **Adicionar app** e aprove as permissões
3. Escolha um plano — seu **teste grátis de 10 dias** começa imediatamente
4. Siga o [Guia de Início Rápido](https://github.com/sesamiapp/gitbook/blob/master/apps-integrations/quickstart.md) para configurar seu primeiro serviço

## Omnicanal: online + na loja

A Sesami conecta as experiências online e na loja:

* Os clientes fazem reservas online pela sua loja virtual da Shopify
* A equipe pode agendar e gerenciar compromissos via Shopify POS
* Todos os agendamentos são sincronizados em um calendário unificado

Isso permite transformar visitantes online em compromissos na loja e gerenciar tudo a partir de uma única plataforma.

## Relacionado

* [Guia de Início Rápido](/pt-br/primeiros-passos/quickstart.md) — configure seu primeiro serviço reservável
* [Shopify POS](/pt-br/apps-integrations/shopify/pos.md) — usando a Sesami com o Ponto de Venda
* [Preços](/pt-br/primeiros-passos/about-sesami/pricing.md) — planos e preços


---

# 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/pt-br/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.
