# Import without UUID

**URL:** https://forum.shopware.com/t/import-without-uuid/94319
**Category:** General Questions (EN)
**Tags:** general
**Created:** [10. Mai 2022 um 14:22 UTC](https://forum.shopware.com/t/import-without-uuid/94319 "2022-05-10T14:22:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![marnix.koedam](https://avatars.discourse-cdn.com/v4/letter/m/2bfe46/32.png) [@marnix.koedam](https://forum.shopware.com/u/marnix.koedam)
#### Post date: [10. Mai 2022 um 14:22 UTC](https://forum.shopware.com/t/import-without-uuid/94319/1 "2022-05-10T14:22:36Z")

</div>

Hi!

I want to do a mass update based on productNumber without knowing the UUID. I would say, according to the docs it would be possible. It says you can .

```auto
For example, you can specify that the productNumber must now be specified instead of the UUID when importing products. The UUID is thus replaced by another identifier, the product number.

```

But when I want to save the import profile, it says it needs the id (which is the UUID). Is it possible to do this without the UUID?

In detail: I would like to upload a csv with 1 column of productNumbers and 1 column of a certain tag. (Let’s say „Top 100 item“), so I don’t have to edit them one by one manually.

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [12. Mai 2022 um 09:27 UTC](https://forum.shopware.com/t/import-without-uuid/94319/2 "2022-05-12T09:27:20Z")

</div>

You need the UUID as a column, but it can be blank for the single rows.

Shopware needs a way to identify the article, thus the productNumer ist necessary in your case without a UUID.
