# Import wishlist

In addition to the manual creation of wishlists in the storefront or administration, wishlists can also be imported via CSV.

### Selection of a CSV file

In the administration dashboard of your wishlists, you will find the **Import wishlists** button. After clicking on the button, a dialogue window opens. In this window, a suitable CSV file must be uploaded and a sales channel selected.

{% hint style="info" %}
The dialogue window for selecting a CSV file contains a link to an example CSV file. Please use exactly the format listed there.
{% endhint %}

### Structure of the CSV file

<table><thead><tr><th>Feld</th><th data-type="checkbox">Pflichtfeld</th><th>Beschreibung</th></tr></thead><tbody><tr><td>Kundennummer</td><td>true</td><td>Select the customer number to assign the wishlist to the appropriate customer.</td></tr><tr><td>Wunschlisten Name</td><td>true</td><td>The name of the wishlist is later displayed to the customer.</td></tr><tr><td>Wunschliste Privat</td><td>false</td><td>A private wishlist (= value 0) is only for the customer. A public wishlist (= value 1) can be seen by anyone who knows the link.</td></tr><tr><td>Wunschliste Sortierung</td><td>false</td><td>Select an item number to determine the order of the wishlists if the customer has several wishlists.</td></tr><tr><td>Produktnummer</td><td>true</td><td>Set the product number as it is already stored for the product in the shop.</td></tr><tr><td>Anzahl Produkte</td><td>false</td><td>Definiere die Menge, mit der das Produkt auf die Wunschliste gesetzt werden soll.</td></tr><tr><td>Produktsortierung</td><td>false</td><td>Use a number to specify the order of products within a wishlist if there are several products.</td></tr></tbody></table>

{% hint style="info" %}
If a wishlist should have several products, create exactly one line for each product with all the mandatory fields above.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.premsoft.de/en/plugins/wishlists-for-shopware-6/admin-dashboard/import-wishlist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
