> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/list-advertise/list-and-advertise-es/elenco-en-canales/solucion-de-problemas-de-feeds/solucionar-el-problema-de-los-valores-no-son-unicos.md).

# Solucionar el problema de 'valores no únicos'

### Problema <a href="#h_01jpm785d2w4n59xdz824cqxad" id="h_01jpm785d2w4n59xdz824cqxad"></a>

**id'/'gtin'/'ean' contiene valores que no son únicos**

### ¿Qué significa este problema? <a href="#h_01jp7gwsrz320t0hn5zqzrerzs" id="h_01jp7gwsrz320t0hn5zqzrerzs"></a>

Hay varios ítems que tienen el mismo identificador. Identificadores como ID, GTIN y EAN deben ser únicos para cada ítem.

<figure><img src="https://helpcenter.channable.com/hc/article_attachments/360007460199" alt=""><figcaption></figcaption></figure>

### ¿Cómo soluciono este problema? <a href="#id-01jpm79tvbsrqez49m7rg1yqh4" id="id-01jpm79tvbsrqez49m7rg1yqh4"></a>

Hay dos formas de resolver el error:

1. Si los ítems que comparten el identificador son el mismo ítem, puedes usar una [regla de deduplicar ítems](/manage-improve-product-data/manage-product-and-improve-data-es/reglas-edicion-masiva-y-enriquecimiento/como-usar-las-acciones-entonces-en-las-reglas/accion-de-la-regla-deduplica-gli-articoli.md).
2. Si los ítems son dos variantes diferentes del mismo producto, necesitas cambiar los identificadores en tu archivo de importación.


---

# 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://helpcenter.channable.com/list-advertise/list-and-advertise-es/elenco-en-canales/solucion-de-problemas-de-feeds/solucionar-el-problema-de-los-valores-no-son-unicos.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.
