> For the complete documentation index, see [llms.txt](https://ajuda.zdg.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.zdg.com.br/configuracao-administrador/configuracoes-painel-admin/apps-configuracoes/mercado-livre-configuracao-apps.md).

# Mercado Livre - Configuração Apps

{% hint style="info" %}
**Disponível para o perfil:** Administrador
{% endhint %}

Esta página permite que cada tenant configure suas **próprias credenciais OAuth** do Mercado Livre, substituindo a configuração global definida pelo Super Administrador.

{% hint style="info" %}
**Precisa do tutorial completo?** Veja o passo a passo desde a criação do app no portal de desenvolvedores até a ativação do canal em: [Integrando o Mercado Livre ao Z-PRO.](/configuracao-superadmin/redes-sociais-e-marketplaces/mercado-livre-superadmin.md)
{% endhint %}

***

### Como acessar

No painel administrativo, acesse **Configurações → Apps → Mercado Livre**.

<figure><img src="/files/uzs3lEG6uLVyeiSh2Ghv" alt="" width="333"><figcaption></figcaption></figure>

***

### Você verá a seguinte tela

A listagem exibe todos os apps configurados com as colunas: **ID**, **App ID**, **Site**, **Descrição** e **Status**.

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

***

### Criando uma nova configuração

Clique em **+ Novo App ML** para abrir o modal de cadastro.

<figure><img src="/files/YEgMs7sdzxYEtfPqvHke" alt="" width="375"><figcaption></figcaption></figure>

| Campo                             | Descrição                                                                                                                      |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **App ID (client\_id)**           | ID do cliente gerado no portal de desenvolvedores do Mercado Livre                                                             |
| **Site ID**                       | País de operação — ex: **Brasil (MLB)**, Argentina (MLA), México (MLM)                                                         |
| **App Secret (client\_secret)**   | Chave secreta gerada no portal de desenvolvedores                                                                              |
| **Redirect URI (OAuth callback)** | Campo **fixo** — `https://oauth.techprovider.com.br/callback.html`. Cadastre exatamente esta URL no DevCenter do Mercado Livre |
| **Webhook URL**                   | Campo **fixo** — não pode ser alterado                                                                                         |
| **Descrição**                     | Identificação opcional da configuração — ex: "App principal ML Brasil"                                                         |
| **Ativo**                         | Ativa ou desativa esta configuração de credenciais                                                                             |

{% hint style="warning" %}
**Esta configuração sobrescreve a global.** Ao cadastrar credenciais aqui, este tenant passa a usar suas próprias credenciais em vez das configuradas pelo Super Administrador. Se não houver configuração nesta página, o sistema utiliza a configuração **Global** definida no Super Admin.
{% endhint %}

{% hint style="danger" %}
O **Redirect URI** deve ser cadastrado **exatamente** como `https://oauth.techprovider.com.br/callback.html` no DevCenter do Mercado Livre. Qualquer divergência impedirá o funcionamento da integração.
{% endhint %}

***

### Páginas relacionadas

* [Tutorial completo: Integrando o Mercado Livre ao Z-PRO](/configuracao-superadmin/redes-sociais-e-marketplaces/mercado-livre-superadmin.md)
* [Canal Mercado Livre](/configuracao-administrador/administracao-painel-admin/canais-de-comunicacao/canal-mercado-livre.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.zdg.com.br/configuracao-administrador/configuracoes-painel-admin/apps-configuracoes/mercado-livre-configuracao-apps.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.
