> For the complete documentation index, see [llms.txt](https://ajuda.pdvlegal.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.pdvlegal.com.br/integracoes/integracao-com-jotaja.md).

# Integração com JotaJá

> Use este fluxo para habilitar a integração com a **JotaJá**, informar os códigos recebidos da plataforma e finalizar a configuração no **PDV Legal**.
>
> O processo depende da liberação do módulo e do envio de **Client Id**, **Client Secret** e **Merchant ID** pela equipe da **JotaJá**.

### 1. Liberar o módulo JotaJá no OEM

{% stepper %}
{% step %}

### Acessar o OEM

* Acesse o sistema **OEM**.
* Pesquise o cliente pelo **Código, CNPJ ou Nome**.
* Clique no ícone **Filiais** e localize a filial desejada.
* Clique no ícone **Editar**.
  {% endstep %}

{% step %}

### Habilitar o módulo

* Role a tela para baixo.
* Marque o módulo **JotaJá**.
* Clique em **Gravar**.
  {% endstep %}
  {% endstepper %}

***

### 2. Solicitar os códigos para a JotaJá

{% stepper %}
{% step %}

### Entrar em contato com a JotaJá

* Oriente o cliente a entrar em contato com a equipe da **JotaJá**.
* Solicite os códigos **Client Id**, **Client Secret** e **Merchant ID**.
  {% endstep %}

{% step %}

### Aguardar o retorno

* Aguarde o envio dos códigos pela **JotaJá**.
* Mantenha **Client Id**, **Client Secret** e **Merchant ID** em mãos para o próximo passo.
  {% endstep %}
  {% endstepper %}

***

### 3. Informar os códigos na tela de integração

{% stepper %}
{% step %}

### Acessar a filial

* No **Gestão Legal**, vá para **Administrativo > Filiais**.
* Localize a filial desejada.
* Clique no ícone de **edição**.
  {% endstep %}

{% step %}

### Abrir a integração

* Vá para a aba **Integrações**.
* Selecione **Open Delivery**.
* No campo **Empresa Parceira**, selecione **JotaJá**.
  {% endstep %}

{% step %}

### Informar os códigos da integração

* Preencha os campos **Client Id**, **Client Secret** e **Merchant ID** com os códigos enviados pela **JotaJá**.
  {% endstep %}

{% step %}

### Validar e gravar

* Clique em **Validar**.
* Depois, clique em **Gravar**.
  {% endstep %}
  {% endstepper %}

{% hint style="success" %}
Depois de validar e gravar, a integração da **JotaJá** fica pronta para seguir com a operação no **PDV Legal**.
{% endhint %}

***

### 4. Vincular os produtos no portal JotaJá

{% stepper %}
{% step %}

### Acessar o portal JotaJá

* Acesse o portal **JotaJá**.
  {% endstep %}

{% step %}

### Abrir a lista de produtos

* No menu **Cardápio**, clique em **Produtos**.

<figure><img src="/files/w77sMh1TfUrslDIBEvWu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Editar o produto

* Localize o produto desejado.
* Clique no ícone de **edição**.

<figure><img src="/files/gZcriFttoQBUd7LKySNs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Informar o SKU

* No campo **SKU**, informe o código do produto no **PDV Legal**.

<figure><img src="/files/m0rZxKrRrdkIYwWHO8hL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Salvar a alteração

* Clique em **Salvar**.

<figure><img src="/files/hvzg7mYgsDdPXNQ79Yl0" alt=""><figcaption></figcaption></figure>

* Repita o processo para os demais produtos que precisam de vinculação.
  {% endstep %}
  {% endstepper %}

***

### Manuais relacionados

* [Gestor de Pedidos](/retaguarda/administrativo/gestor-de-pedidos.md)
* [Integração com Cardápio Web](/integracoes/integracao-com-cardapio-web.md)
* [Integração com Keeta](/integracoes/integracao-com-keeta.md)


---

# 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://ajuda.pdvlegal.com.br/integracoes/integracao-com-jotaja.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.
