> 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/oem/materiais-oem/importacao-de-produtos-em-massa-via-planilha.md).

# Importação de produtos em massa via planilha

{% hint style="danger" %}
Conteúdo exclusivo para canais autorizados.
{% endhint %}

Use este processo para preparar a planilha e importar produtos em massa no OEM.

### Preparar a planilha

{% stepper %}
{% step %}

### Divida a planilha em lotes

* **Máximo de 3.000 produtos por planilha** (evite erros de processamento).
* Exemplo: 10.000 produtos = 4 planilhas (3 com 3.000 itens e 1 com 1.000).
  {% endstep %}

{% step %}

### Limpe os dados

* **Remova células vazias:** Copie os dados para uma nova planilha para evitar "sujeiras" de formatação.
* **Verifique códigos duplicados ou inválidos:**
  * **Colunas críticas:** A (Código Interno), C (Código do Grupo), F (Código de Venda), N (EAN/GTIN).
    {% endstep %}
    {% endstepper %}

| Coluna: |              Descrição:              |                                                                         Regras:                                                                        |
| :-----: | :----------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------: |
|  **A**  |      Código interno do sistema.      | <ul><li><strong>Novos produtos:</strong> Preencha com <strong>0</strong>.</li><li><strong>Atualizações:</strong> Mantenha o código original.</li></ul> |
|  **C**  |     Código do grupo de produtos.     |         <ul><li><strong>Novos grupos:</strong> Preencha com <strong>0</strong> e insira o nome do grupo na coluna <strong>D</strong>.</li></ul>        |
|  **F**  | Código de venda (único por produto). |                            <ul><li><strong>Não pode ser duplicado</strong> (ex.: sequência numérica: 1, 2, 3...).</li></ul>                            |
|  **N**  |  Código EAN/GTIN (validação fiscal). |        <ul><li><strong>Obrigatório</strong> para emissão fiscal.</li><li><strong>Valide</strong> no site da GS1 ou ferramentas online.</li></ul>       |

### Importar no OEM

{% stepper %}
{% step %}

### Acesse o OEM

* Navegue até a seção de **Importação de Produtos**.
  {% endstep %}

{% step %}

### Selecione a planilha

* Faça upload do arquivo (formato CSV ou Excel).
  {% endstep %}

{% step %}

### Valide os dados

* Confira erros destacados pelo sistema (ex.: códigos duplicados, EAN inválido).
  {% endstep %}

{% step %}

### Execute a importação

* Aguarde a conclusão e verifique o relatório de erros (se houver).

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


---

# 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/oem/materiais-oem/importacao-de-produtos-em-massa-via-planilha.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.
