> 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/manage-improve-product-data/manage-product-and-improve-data-nl/regels-bulksgewijs-bewerken-en-verrijken/acties-dan-gebruiken-in-regels/regelactie-verwijder-dubbele-items.md).

# Regelactie: verwijder dubbele items

### Use cases

* Sluit alle items uit met dubbele identificaties
* Sluit alle behalve één item uit met dubbele identificaties. Bijvoorbeeld: behoud het item met de laagste prijs
* Sluit de items met hogere prijzen uit

Gebruik de **Verwijder dubbele items** actie om dubbele items in je productdata te beheren. Bijvoorbeeld: de meeste kanalen accepteren hergebruik van GTIN-codes voor verschillende items niet, omdat deze bedoeld zijn als unieke identificaties.

### Sluit alle items uit met dubbele identificaties

Kies het veld dat je wilt gebruiken om dubbele items te verwijderen. Bijvoorbeeld: je kunt alle items uitsluiten met dubbele waarden in het **id** veld.

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

Als je deze regel op dit voorbeeld toepast, worden zowel "Nike Air Max sneaker" als "Adidas Classic sneaker" uitgesloten omdat ze hetzelfde id hebben.

| id  | titel                  |
| --- | ---------------------- |
| 123 | Nike Air Max sneaker   |
| 123 | Adidas Classic sneaker |
| 654 | New Balance sneaker    |

### Sluit alle behalve één item uit met dubbele identificaties

In sommige gevallen wil je één van de dubbele items behouden. Bijvoorbeeld wanneer je maar één variant wilt adverteren met de laagste prijs.

<figure><img src="/files/44588b2d32dc98c5502112825b49cb82cab5e341" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Opmerking: vink het vakje "Sort numbers" aan als je numerieke waarden wilt vergelijken. Als je tekstwaarden wilt vergelijken, zorg dan dat "Sort numbers" niet is aangevinkt.
{% endhint %}

### Sluit de items met de hogere prijzen uit

De Round Design Tables hebben verschillende maten maar delen hetzelfde id. Als je alleen de laagste prijs wilt adverteren, gebruik dan **Verwijder dubbele items** om te **de items met de hogere prijzen uit te sluiten**.

| id  | titel                           | prijs  |
| --- | ------------------------------- | ------ |
| 234 | De Round Design Table 100x100cm | 650.00 |
| 234 | De Round Design Table 120x120cm | 750.00 |
| 234 | De Round Design Table 140x140cm | 850.00 |
| 653 | De Square Design Table 50x50cm  | 500.00 |

Na het toepassen van de deduplicate-regel ziet de outputdata er als volgt uit:

| id  | titel                           | prijs  |
| --- | ------------------------------- | ------ |
| 234 | De Round Design Table 100x100cm | 650.00 |
| 653 | De Square Design Table 50x50cm  | 500.00 |


---

# 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/manage-improve-product-data/manage-product-and-improve-data-nl/regels-bulksgewijs-bewerken-en-verrijken/acties-dan-gebruiken-in-regels/regelactie-verwijder-dubbele-items.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.
