n11 → WooCommerce
Turns your n11 product export into a WooCommerce bulk-upload file, column for column.
Excel (.xlsx, .xls) or CSV
Tips
- Download the "Product List" as Excel from your n11 store panel
- Leave no barcode or stock-code cell empty; rows that miss one land in the warning list.
- Category names are not mapped automatically — check the category column in the file you download.
How to use it
- 1 Open Products › Product List in your n11 store panel; n11 is a Turkish marketplace.
- 2 Use "Download Excel"; the group code column ties variants together.
- 3 Drop the file on this page; the source format is detected and a mapping preview appears.
- 4 Check the warning list: missing barcodes, empty prices and duplicated variants are collected there.
- 5 Download the CSV file for WooCommerce.
- 6 Open WooCommerce › Products › Import and pick the CSV.
- 7 Columns map themselves because the tool writes standard WooCommerce headers.
- 8 Tick "Update existing products" when you want rows matched by SKU.
What you should know
Reshaping a n11, a Turkish marketplace product list into the WooCommerce format by hand costs hours: column names differ, prices switch between tax-inclusive and tax-exclusive, variants are grouped by a different rule, and a barcode’s leading zero disappears the moment a spreadsheet opens the file. This converter reads the file you exported from n11, maps every field onto the WooCommerce template, and reports the rows you should check before uploading.
The file never leaves your computer: reading, mapping and writing the new file all happen in the browser tab, with no account and no upload. The result downloads as UTF-8 CSV and can be handed straight to the WooCommerce import screen.
What to know about a n11 export: "Price" is the selling price and "list price" is the pre-discount price. The Image 1-8 columns hold image URLs. The shipping time column is read as handling days.
Worked example: a n11 file turned into a WooCommerce file
Our n11 sample file (n11.xlsx) holds 2 rows and 14 columns. The tool recognized 14 of those columns on its own. No column was left out. The rows were grouped into 1 products with 2 variants, and 2 image URLs were carried over. The WooCommerce file that downloads has 3 rows and 34 columns; 21 of those columns arrive filled and the rest stay empty because the sample has no data for them. Going from 2 rows to 3 is not an error: n11 and WooCommerce write a product with variants using a different number of rows.
First row of the output (under WooCommerce column names)
| WooCommerce column | Value written |
|---|---|
| Type | variable |
| SKU | CUZ-1 |
| Name | Deri Cüzdan |
| Published | 1 |
| Is featured? | 0 |
| Visibility in catalog | visible |
| Description | Hakiki deri |
| Tax status | taxable |
| In stock? | 1 |
| Categories | Cüzdan |
| Images | https://cdn.example.com/img/cuzdan-kahve.jpg, https://cdn.example.c… |
| Brands | Nuve |
| Attribute 1 name | Color |
| Attribute 1 value(s) | Kahverengi, Siyah |
Notes the tool gave for this file
- In your WooCommerce admin, upload it from Products > Import; the columns map automatically.
- Variations are linked through the parent SKU in the "Parent" column; where the parent SKU was empty it was generated from the model code or the product name.
- WooCommerce downloads the image URLs during import, so make sure they are publicly reachable.
Field mapping: n11 → WooCommerce
Which target column each source column is written to. You can fix unmatched fields in the preview before downloading.
| Field | Source column | Target column |
|---|---|---|
| Product name | Ürün Adı | Name |
| Model / group code | Grup Kodu | Parent |
| SKU | Stok Kodu | SKU |
| Barcode | Barkod | GTIN, UPC, EAN, or ISBN |
| Sale price | Fiyat | Sale price |
| List / compare-at price | Liste Fiyatı | Regular price |
| Stock | Stok Miktarı | Stock |
| Tax rate | KDV Oranı | — No counterpart in the target; skipped |
| Volumetric weight (desi) | — | Weight (kg) Missing in the source; left empty |
| Weight (grams) | — | Weight (kg) Missing in the source; left empty |
| Image columns | Resim 1-8 | Images |
| Option 1 | Renk | Attribute 1 name / value(s) |
| Option 2 | Beden | Attribute 2 name / value(s) |
| Description | Ürün Açıklaması | Description |
| Brand | Marka | Brands |
| Category | Kategori | Categories |
Frequently asked questions
Which fields does WooCommerce require?
Name, Type (simple/variable/variation), SKU, Regular price, Published. When one of them is empty the row lands in the warning list; fill it in the source file before uploading.
Are category and brand mapped automatically?
The brand is carried over untouched. Category names never match one to one across platforms, so you still have to fit them into the WooCommerce category tree yourself; the tool writes the source category into the "Categories" column.
Are prices carried over with or without tax?
The price in the n11 file is carried over exactly as it is; WooCommerce then reads it as tax-inclusive or tax-exclusive according to your store tax settings, so check them.
Are images transferred too?
Image URLs are carried over and WooCommerce downloads the files from those addresses during import, so every URL has to stay publicly reachable. Marketplace CDN addresses usually stay open; if access is blocked, host the images yourself and update the URLs first.
How many products can I convert at once?
There is no cap. The conversion runs on a background thread, so the page stays responsive even with files of 10,000 to 20,000 rows; the time it takes depends on your machine.
Related tools
- WooCommerce → n11 Converts your WooCommerce product export into the n11 import template: columns are mapped, barcodes and variants stay intact. Free, no signup.
- Excel / CSV → WooCommerce Converts your Excel / CSV product export into the WooCommerce import template: columns are mapped, barcodes and variants stay intact. Free, no signup.
- Hepsiburada → WooCommerce Converts your Hepsiburada product export into the WooCommerce import template: columns are mapped, barcodes and variants stay intact. Free, no signup.
- VAT Calculator Add or remove VAT at any rate, with one-click presets for the UK, Ireland, Germany, France, Spain, Italy, the Netherlands, Poland, Australia, Canada and India.
- CSV Delimiter Fixer Convert CSV delimiters between commas, semicolons, and tabs without breaking quoted fields. Fix UTF-8 BOM encoding and normalize line breaks in your browser.
- Ikas → WooCommerce Converts your Ikas product export into the WooCommerce import template: columns are mapped, barcodes and variants stay intact. Free, no signup.
An independent tool. Not affiliated with n11 or WooCommerce, and not an official product of either.