> For the complete documentation index, see [llms.txt](https://delivery.ajuda.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delivery.ajuda.cc/integracoes/aplicativos/integrador-erps.md).

# Integrador ERPs

{% hint style="danger" %}
O Integrador ERPs será **descontinuado em 01/07/2026**.
{% endhint %}

O aplicativo AtualizaDV permite atualização de preços e situação dos itens do Delivery VIP.

**Link para Download do AtualizaDV:**\
<https://deliveryvip.com.br/setup/installatualizadv.exe>

Atualmente os ERPs integrados são:

* NCR/Colibri (API)
* SfheraERP (MySQL)
* Telecon (SQLSever)
* Sysmo (Postgree)
* Superus (Oracle)
* Parse SW (MySQL)

## 1. Abaixo imagem do aplicativo AtualizaDV:

![Tela Integrador ERPs](/files/-MJDRWbVQEOjbL98DFHH)

Significado dos totalizadores:

* CADASTRAR: Significa que o item não foi encontrado no Delivery VIP
* DESATUALIZADOS: Significa que o preço do Delivery VIP está diferente do ERP.
* ATUALIZADOS: Significa que o preço está igual no Delivery VIP e ERP.

## 2. Como atualizar o Aplicativo

Para utilizar o Atualiza DV, após efetuar as atualizações no ERP, acesse o Atualiza DV.

1. Clique em Baixar (o sistema irá comparar os dados do ERP com o Delivery)
2. Clique em Enviar (o sistema irá atualizar os dados do Delivery com base no ERP)

## 3. Dados necessários para integração

Para podermos fazer a integração com o ERP, é necessário criar uma view no banco de dados com as seguintes informações:

Cod. Loja | Cod. Interno | Cod. Barras | Nome | Categoria | V.Unitario | V.Promocional | Estoque | Status

Além disso, precisamos de:

* IP da View
* Nome da View
* Usuário da View
* Senha da View

O acesso é feita de forma nativa, ou seja, não é necessário ODBC.


---

# 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://delivery.ajuda.cc/integracoes/aplicativos/integrador-erps.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.
