Best online selling solutions
Developer tools
IdoSell

XML Format

The IOF format is based on XML and is treated as the primary output format for building other product feeds, including the offer sharing module or product database backups.
If you do not have any constraints imposed when generating an XML file from the product database export, we recommend generating an XML file compliant with the IOF structure. This ensures the smoothest possible use of our tool.
For files compliant with the open IOF format, specifically its full file type (full.xml), all nodes will be automatically mapped. The file must be saved with UTF-8 encoding in order for the import to be processed correctly.
You can find the complete XML documentation in the IOF 3.0 standard here:
XML

CSV Format

CSV files should be prepared in accordance with the documentation and guidelines below.
When preparing the file, remember that field values must be separated by commas, and the first line should contain headers with the field names of the records described in the CSV documentation below.

Place each record on a new line. The file must be saved with UTF-8 encoding in order for the import to be processed correctly. If the imported offer is to contain multi-value elements, such as stock levels for multiple sizes, separate the values using a hard line break (CTRL + ↵ Enter key combination).

Sample CSV files:

1. plik Code on the product card
2. plik Descriptions and name of products
3. plik On stock / out of stock information
4. plik Grouping of products
5. plik Product with one and many sizes
6. plik Weight of the product
7. plik Changing the external system code and the manufacturer's code with the product ID
8. plik Retail price
9. plik Minimal price
10. plik Price for external websites
11. plik Assign a menu node
12. plik Descriptions and names for the auction
13. plik Product parameters
14. plik Product parameters - extended version with special context
15. plik Stocks - external and own warehouse
16. plik Removal of photos from products
17. plik Adding photos
You can find the full CSV documentation with headers in the IOF 3.0 standard below:
CSV Format

Product Identification

# Product attribute CSV header name Description
1 Product identifier @id product identification without size separation is based on its panel identifier
2 IAI code @code_iai
/sizes/size@code
product and size identification is based on a code consisting of the product panel identifier and the size panel identifier
3 External system code @code_external
/sizes/size@code_external
product and size identification is based on an external product code assigned to the size
4 Manufacturer code @code_producer
/sizes/size@code_producer
product and size identification is based on the manufacturer code in a specific standard assigned to the size

Headers related to the BASIC tab

# Product attribute CSV header name Description
1 Product type @type Single-value field.
Allowed values:
regular - single- or multi-size product
configurable - product with a configurator
packaging - packaging
bundle - bundle
collection - collection
virtual - virtual product
service - service
2 Free of charge @product_free Single-value field.
3 VAT rate @vat Single-value field.
4 CN/TARIC @cntaric Single-value field.
5 Country of origin @country_of_origin Single-value field.
6 PKWiU /taxcode Single-value field.
7 Brand producer@name Single-value field.
8 Warranty /warranty@name[lang] Single-value field.
It can be an existing name or a completely new one.
Example value to be placed instead of the [lang] variable: pol, eng, ger.
9 Series /series@name Single-value field.
It can be an existing name or a completely new one.
10 Category in the panel /category@name[lang] Single-value field.
It can be an existing name or a completely new one.
11 Note /note Single-value field.
12 Advance payment value required
from the customer
/advance@rate Single-value field.
13 Sum items into one position
when repeatedly adding
to the cart
/sum_in_basket@value Single-value field.
Allowed values:
yes - items are summed
no - items are not summed
14 Show bundle as a single item
on documents
coming soon Single-value field.
15 Store serial numbers
on the order card
in the administration panel
@save_serial_numbers Single-value field.
Allowed values:
na - unused
optional - optional
required - required
16 Code displayed on the product card @code_on_card Single-value field.
17 Manufacturer code standard @producer_code_standard Single-value field.
Allowed values:
GTIN14
GTIN13
ISBN13
GTIN12
ISBN10
GTIN8
UPCE
MPN
OTHER
18 Manufacturer code /sizes/size@code_producer Multi-value field - hard line break as a separator
19 External system code /sizes/size@code_external Multi-value field - hard line break as a separator
20 Deposit packaging type identifier /is_deposit@id Single-value field.
Allowed values:
0 - the product does not act as deposit packaging (disables deposit packaging role)
1 - PET bottle up to 3 liters (PET_TO_3L)
2 - Can up to 1 liter (CAN_TO_1L)
3 - Glass bottle up to 1.5 liters (GLASS_TO_1-5)
21 Deposit packaging type identifier /is_deposit@id Single-value field.
Allowed values:
0 - the product does not act as deposit packaging (disables deposit packaging role)
1 - PET bottle up to 3 liters (PET_TO_3L)
2 - Can up to 1 liter (CAN_TO_1L)
3 - Glass bottle up to 1.5 liters (GLASS_TO_1-5)
22 Deposit packaging
identifier
/deposits/deposit@deposit_product_id Single-value field.
The provided value must exist in the panel.
Allowed values: int.
0 - the product is not sold with deposit packaging (unassigns the deposit packaging product)
ID of the product acting as deposit packaging - the assigned product must already exist in the panel and must have the option "The product acts as deposit packaging" correctly configured with a specified deposit packaging type. The product acting as deposit packaging can be added or configured via import by assigning it the appropriate deposit packaging identifier, but this must be done in a separate import/update prior to performing the import/update that assigns deposit packaging to products. This cannot be done within a single import/update.
23 Number of deposit packages for the product /deposits/deposit@deposit_product_id Single-value field.
Allowed values: int.

Headers for the SIZES tab

# Product attribute CSV header name Description
1 Size group identifier /sizes@group_id single-value field; an existing or a completely new value can be provided
2 Size group name /sizes@group_name single-value field; an existing or a completely new value can be provided
3 Size identifier /sizes/size@id multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter)

If the product has a universal size, this column may be left empty.

Requires column: /sizes/size@name
4 Size name /sizes/size@name multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter)

If the product has a universal size, this column may be left empty
5 Gross size weight (with packaging) /sizes/size@weight multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter)
6 Net size weight (without packaging) /sizes/size@weight_net multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter)
7 IAI code /sizes/size@code multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter)
8 Manufacturer code /sizes/size@code_producer multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter)
9 External system code /sizes/size@code_external multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter)
10 Gross retail price for the size /sizes/size/price@gross multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /price_retail_base@gross.

Functionality being phased out.
11 Net retail price for the size /sizes/size/price@net multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /price_retail_base@net.

Functionality being phased out.
12 Gross wholesale price for the size /sizes/size/price_wholesale@gross multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /price_wholesale_base@gross.

Functionality being phased out.
13 Net wholesale price for the size /sizes/size/price_wholesale@net multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /price_wholesale_base@net.

Functionality being phased out.
14 Gross minimal price for the size /sizes/size/price_minimal@gross multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /price_minimal_base@gross.

Functionality being phased out.
15 Net minimal price for the size /sizes/size/price_minimal@net multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /price_minimal_base@net.

Functionality being phased out.
16 Gross suggested price for the size /sizes/size/srp@gross multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /srp_base@gross.

Functionality being phased out.
17 Net suggested price for the size /sizes/size/srp@net multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /srp_base@net.

Functionality being phased out.
18 Gross crossed-out retail price for the size /sizes/size/crossedout_retail_price@gross multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /crossedout_retail_price_base@gross.

Functionality being phased out.
19 Net crossed-out retail price for the size /sizes/size/crossedout_retail_price@net multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /crossedout_retail_price_base@net.

Functionality being phased out.
20 Gross crossed-out wholesale price for the size /sizes/size/crossedout_wholesale_price@gross multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /crossedout_wholesale_price_base@gross.

Functionality being phased out.
21 Net crossed-out wholesale price for the size /sizes/size/crossedout_wholesale_price@net multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

When setting a price for a universal size, do not use this header. Use the base price header instead, i.e. /crossedout_wholesale_price_base@net.

Functionality being phased out.
22 Stock warehouse identifier for size quantity /sizes/size/stock@stock_id multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

Requires columns: /sizes/size/stock@size_name, /sizes/size/stock@size_code_iai and/or /sizes/size/stock@size_code_producer and/or /sizes/size/stock@size_code_external (depending on which code is used to identify the size in the file), /sizes/size@code and/or /sizes/size@code_producer and/or /sizes/size@code_external (depending on which code is used to identify the size in the file), /sizes/size/stock@quantity.

Allowed values: 1, 2, 3, etc.
23 Size identifier in stock for size quantity /sizes/size/stock@size_id multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

If the product has a universal size, this column may be left empty.

Requires columns: /sizes/size/stock@size_name, /sizes/size/stock@stock_id, /sizes/size/stock@size_code_iai and/or /sizes/size/stock@size_code_producer and/or /sizes/size/stock@size_code_external (depending on which code is used to identify the size in the file), /sizes/size@code and/or /sizes/size@code_producer and/or /sizes/size@code_external (depending on which code is used to identify the size in the file), /sizes/size/stock@quantity.

Allowed values: numeric and alphanumeric.
24 Size name in stock for size quantity /sizes/size/stock@size_name multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

If the product has a universal size, this column may be left empty.

Requires columns: /sizes/size/stock@stock_id, /sizes/size/stock@size_name, /sizes/size/stock@size_code_iai and/or /sizes/size/stock@size_code_producer and/or /sizes/size/stock@size_code_external (depending on which code is used to identify the size in the file), /sizes/size@code and/or /sizes/size@code_producer and/or /sizes/size@code_external (depending on which code is used to identify the size in the file), /sizes/size/stock@quantity.

Allowed values: text.
25 IAI size code in stock for size quantity /sizes/size/stock@size_code_iai multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

Requires columns: /sizes/size/stock@stock_id, /sizes/size/stock@size_name, /sizes/size@code, /sizes/size/stock@quantity.

Required when the size is identified by the IAI code.

Allowed values: numeric.
26 Manufacturer size code in stock for size quantity /sizes/size/stock@size_code_producer multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

Requires columns: /sizes/size/stock@stock_id, /sizes/size/stock@size_name, /sizes/size@code_producer, /sizes/size/stock@quantity.

Required when the size is identified by the manufacturer code.

Allowed values: string.
27 External system size code in stock for size quantity /sizes/size/stock@size_code_external multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

Requires columns: /sizes/size/stock@stock_id, /sizes/size/stock@size_name, /sizes/size@code_external, /sizes/size/stock@quantity.

Required when the size is identified by the external system code.

Allowed values: string.
28 Size quantity in a given warehouse /sizes/size/stock@quantity multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

Requires columns: /sizes/size/stock@stock_id, /sizes/size/stock@size_name, /sizes/size/stock@size_code_iai and/or /sizes/size/stock@size_code_producer and/or /sizes/size/stock@size_code_external (depending on which code is used to identify the size in the file), /sizes/size@code and/or /sizes/size@code_producer and/or /sizes/size@code_external (depending on which code is used to identify the size in the file).

Allowed values: int.
29 Main location identifier for size in warehouse /sizes/size/stock@location_id multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

Requires columns: /sizes/size/stock@stock_id, /sizes/size/stock@size_name, /sizes/size/stock@size_code_iai and/or /sizes/size/stock@size_code_producer and/or /sizes/size/stock@size_code_external (depending on which code is used to identify the size in the file), /sizes/size@code and/or /sizes/size@code_producer and/or /sizes/size@code_external (depending on which code is used to identify the size in the file).

Allowed values: int.
30 Main location path for size in warehouse /sizes/size/stock@location_text_id multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

Requires columns: /sizes/size/stock@stock_id, /sizes/size/stock@size_name, /sizes/size/stock@size_code_iai and/or /sizes/size/stock@size_code_producer and/or /sizes/size/stock@size_code_external (depending on which code is used to identify the size in the file), /sizes/size@code and/or /sizes/size@code_producer and/or /sizes/size@code_external (depending on which code is used to identify the size in the file).

Allowed values: int.
31 Additional location identifier for size in warehouse /sizes/size/stock@additional_locations_id multi-value field; successive values must be separated by a hard line break (CTRL + ↵ Enter).

Requires columns: /sizes/size/stock@stock_id, /sizes/size/stock@size_name, /sizes/size/stock@size_code_iai and/or /sizes/size/stock@size_code_producer and/or /sizes/size/stock@size_code_external (depending on which code is used to identify the size in the file), /sizes/size@code and/or /sizes/size@code_producer and/or /sizes/size@code_external (depending on which code is used to identify the size in the file).

Only one additional location can be assigned per synchronization.

Allowed values: int.
32 Additional location path for size in warehouse /sizes/size/stock@additional_locations_text_id multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: /sizes/size/stock@stock_id, /sizes/size/stock@size_name, /sizes/size/stock@size_code_iai and/or /sizes/size/stock@size_code_producer and/or /sizes/size/stock@size_code_external (depending on which code is used to identify the size in the file), /sizes/size@code and/or /sizes/size@code_producer and/or /sizes/size@code_external (depending on which code is used to identify the size in the file).
Only one additional location can be assigned per synchronization.

Headers for the PRICES tab

# Product attribute CSV header name Description
1 Additional prices for shops /prices_configuration_for_shops
@value
Single-value field of textual type (string).
Specifies the pricing configuration for shops.
Allowed values:
same_prices – identical prices
competitive_prices – competitive prices
2 Available in point-of-sale /enable_in_pos@enabled Single-value field of textual type (string).
Specifies whether the product is available in point-of-sale retail.
Allowed values:
yes – POS sales enabled
no – POS sales disabled
3 Base retail price gross /price_retail_base@gross Single-value field of numeric type (float).
Base gross retail price.
The decimal separator is a dot.
4 Base retail price net /price_retail_base@net Single-value field of numeric type (float).
Base net retail price.
The decimal separator is a dot.
5 Retail price – site identifier /price_retail/site@id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the identifiers of sites to which the retail price applies.
6 Retail price – size identifier for site /price_retail/site@size_id Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Identifiers of sizes existing in the panel to which the retail price for the site applies.
7 Gross retail price /price_retail/site@gross Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Gross retail price for the site.
The decimal separator is a dot.
8 Net retail price /price_retail/site@net Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Net retail price for the site.
The decimal separator is a dot.
9 Base wholesale price gross /price_wholesale_base@gross Single-value field of numeric type (float).
Base gross wholesale price.
The decimal separator is a dot.
10 Base wholesale price net /price_wholesale_base@net Single-value field of numeric type (float).
Base net wholesale price.
The decimal separator is a dot.
11 Wholesale price – site identifier /price_wholesale/site@id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the identifier of the site to which the wholesale price applies.
12 Wholesale price – size identifier for site /price_wholesale/site@size_id Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Identifier of the size existing in the panel to which the wholesale price for the site applies.
13 Gross wholesale price for the site /price_wholesale/site@gross Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Gross wholesale price for the site.
The decimal separator is a dot.
14 Net wholesale price for the site /price_wholesale/site@net Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Base net wholesale price for the site.
The decimal separator is a dot.
15 Base minimal price gross /price_minimal_base@gross Single-value field of numeric type (float).
Base gross minimal price.
The decimal separator is a dot.
16 Base minimal price net /price_minimal_base@net Single-value field of numeric type (float).
Base net minimal price.
The decimal separator is a dot.
17 Minimal price – site identifier /price_minimal/site@id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the identifier of the site to which the minimal price applies.
18 Minimal price – size identifier for site /price_minimal/site@size_id Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Identifier of the size existing in the panel to which the minimal price for the site applies.
19 Gross minimal price for the site /price_minimal/site@gross Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Gross minimal price for the site.
The decimal separator is a dot.
20 Net minimal price for the site /price_minimal/site@net Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Base net minimal price for the site.
The decimal separator is a dot.
21 Base suggested price gross /srp_base@gross Single-value field of numeric type (float).
Base gross suggested retail price (SRP).
The decimal separator is a dot.
22 Base suggested price net /srp_base@net Single-value field of numeric type (float).
Base net suggested retail price (SRP).
The decimal separator is a dot.
23 Base crossed-out retail price gross /crossedout_retail_price_base@gross Single-value field of numeric type (float).
Crossed-out base gross retail price.
The decimal separator is a dot.
24 Base crossed-out retail price net /crossedout_retail_price_base@net Single-value field of numeric type (float).
Crossed-out base net retail price.
The decimal separator is a dot.
25 Base crossed-out wholesale price gross /crossedout_wholesale_price_base@gross Single-value field of numeric type (float).
Crossed-out base gross wholesale price.
The decimal separator is a dot.
26 Base crossed-out wholesale price net /crossedout_wholesale_price_base@net Single-value field of numeric type (float).
Crossed-out base net wholesale price.
The decimal separator is a dot.
27 Currency @currency Single-value field of textual type (string).
Specifies the currency for prices.
Example values: PLN, EUR.
28 Price calculation mode – type /prices_config/site@type Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the global price calculation mode.
Allowed values:
wholesale_equals_retail – wholesale price equals retail price
wholesale_notequals_retail – wholesale price differs from retail price
retail_equals_suggested – retail price equals suggested price
retail_price_undefined – retail price "on request"
all_prices_undefined – all prices "on request"
default – price from another shop (@iaiext:prices_from_shop)
automatically_calculated – automatic price calculation
29 Price calculation mode – site /prices_config/site@id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Identifiers of sites to which the price configuration applies.
30 Gross price for external services for the site /pricecomparator_price/site@gross Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Gross price for external services.
The decimal separator is a dot.
31 Net price for external services /pricecomparator_price/site@net Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Net price for external services.
The decimal separator is a dot.
32 Price for external services – site identifier /pricecomparator_price/site@id Multi-value field of numeric type (int).
Identifiers of sites to which the external service prices apply.
Example values: 1, 2, 3, etc.
33 Price for external services – service identifier /pricecomparator_price/site@service_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Each provided value must correspond to an external service identifier.
Successive values must follow the order of the other external price fields.
Allowed values:
2 – Ceneo.pl
3 – Nokaut.pl
4 – Skapiec.pl
5 – Webkupiec.pl
9 – Kupujemy.pl
12 – Okazje.info.pl
18 – SmartBay.pl
20 – Sklepy24.pl
21 – Ceneria.pl
22 – Moda.pl
23 – Kup-on.pl
29 – e-budownictwo.pl
30 – Billiger.de
... (lista wartości pozostaje bez zmian)
34 Gross price for auction services /auction_price/site@gross Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Gross price for auction services.
The decimal separator is a dot.
35 Net price for auction services /auction_price/site@net Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Net price for auction services.
The decimal separator is a dot.
36 Price for auction services – price type /auction_price/site@price_type Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the auction price type for the given service.
Allowed values:
start – starting price
buy_now – buy now price
minimal – minimum price
37 Price for auction services – service group identifier /auction_price/site@service_group_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Each value must correspond to an auction service group identifier.
Values must follow the order of other auction price fields.
Allowed values:
2 – eBay group
3 – Allegro group
38 Price for auction services – service identifier /auction_price/site@service_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Each value must correspond to an auction service identifier.
Values must follow the order of other auction price fields.
Example values:
0 – eBay.com
1 – Allegro.pl
77 – eBay.de
... (lista pozostaje bez zmian)
39 Price for auction services – site identifier /auction_price/site@id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Each value must correspond to a site identifier.
Values must follow the order of other auction price fields.
Example values:
1
2
3
40 Price for auction services – size identifier /auction_price/site@size_id Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the size identifier to which the auction price applies.
The provided value must correspond to an existing size identifier in the panel.

Headers for the WAREHOUSE tab

# Product attribute CSV header name Description
1 Size group - identifier /sizes@group_id Single-value field of numeric type (int).
The provided value must exist in the panel.
Allowed values:
-1 - defines the universal size group
or
another identifier - defining another custom size group existing in the panel
2 Size group - name /sizes@group_name Single-value field of textual type (string).
The provided value must exist in the panel.
Allowed values:
Universal size group - defines the default name of the universal size group (string)
or
any name - defines the name of an existing size group in the panel (string)
3 Unit of measure - identifier /unit@id Single-value field of numeric type.
The provided value must exist in the panel.
Allowed values:
0 - for piece (int)
1 - for pair (int)
2 - for set (int)
3 - for package (int)
4 - for bottle (int)
5 - for kilogram (int)
6 - for square meter (int)
8 - for meter (int)
9 - for gram (int)
10 - for liter (int)
256 - for service (int) - the unit can only be set for a product of type service
4 Unit of measure - name /unit@name Single-value field of textual type (string).
The provided value must exist in the panel.
Allowed values:
pcs. - for id="0"
pair - for id="1"
set - for id="2"
package - for id="3"
bottle - for id="4"
kilogram - for id="5"
square meter - for id="6"
meter - for id="8"
gram - for id="9"
liter - for id="10"
service - for id="256" (can only be set for products of type service)
5 Sold per - retail /sell_by/retail@quantity Single-value field of numeric type (float).
Specifies the number of units sold in retail.
Example value: 20.12
6 Sold per - wholesale /sell_by/wholesale@quantity Single-value field of numeric type (float).
Specifies the number of units sold in wholesale.
Example value: 20.12
7 Sold in bulk packaging /inwrapper@quantity Single-value field of numeric type (float).
Specifies the number of units sold in bulk packaging.
Example value: 12.50
8 Size identifier /sizes/size@id Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter)
Each provided value must exist in the panel.
Example:
12
15
b
9 Unique size name in panel /sizes/size@name Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Each provided value must correspond to a unique size name existing in the panel.
Example:
S
M
XL
10 Gross weight for size /sizes/size@weight Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the gross weight assigned to a given size.
Example:
1.25
1.30
11 Net weight for size /sizes/size@weight_net Multi-value field of numeric type (float).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the net weight assigned to a given size.
Example:
1.10
1.15
12 Availability management mode /availability_management@value Single-value field of textual type (string).
Specifies how product availability is managed.
Allowed values:
stock – availability calculated based on stock levels
manual – availability set manually
13 Stock state - warehouse identifier /sizes/size/stock@stock_id Multi-value field of textual type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Required together with the /sizes/size@name field specifying the unique size name.
The warehouse identifier cannot be -1 (MM) or -2 (MP).
Example:
0
1
14 Stock state - available quantity /sizes/size/stock@quantity Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Required together with the /sizes/size@name field.
When /availability_management@value is set to manual:
0 – out of stock
-1 – available
Example:
10
0
15 Supplier - identifier /deliverer@id Single-value field of numeric type (int).
Specifies the identifier of the supplier existing in the panel.
16 Supplier - name /deliverer@name Single-value field of textual type (string).
Specifies the name of the supplier existing in the panel.

Headers for the LOGISTICS tab

# Product attribute CSV header name Description
1 Shipment and return profile /shipment_profile@id Single-value field of numeric type (int).
The provided value must exist in the panel.
2 Ability to customize shipping, return and complaint settings for the product /dispatch_settings@enabled Single-value field of textual type (string).
Enables or disables the ability to customize shipping, returns and complaints settings for the product.
Allowed values:
yes - enabled
no - disabled
3 Name of the shipping, returns and complaints settings template /dispatch_settings@template_name Single-value field of textual type (string).
The provided value must exist in the panel.
4 Cash on delivery available /dispatch_settings/shipping_settings
@cod_disabled
Single-value field of textual type (string).
Enables or disables the possibility of ordering with cash on delivery.
Allowed values:
yes - enabled
no - disabled
5 Personal pickup only /dispatch_settings/shipping_settings
@dvp_only
Single-value field of textual type (string).
Enables or disables ordering with personal pickup only.
Allowed values:
yes - enabled
no - disabled
6 Insurance required /dispatch_settings/shipping_settings
@insurance_only
Single-value field of textual type (string).
Enables or disables the requirement for insurance.
Allowed values:
yes - enabled
no - disabled
7 Oversized product /dispatch_settings/shipping_settings
@atypical_size
Single-value field of textual type (string).
Enables or disables marking the product as oversized.
Allowed values:
yes - enabled
no - disabled
8 List of courier services that cannot be used for shipping the product /dispatch_settings/shipping_settings
/disallowed_couriers/courier@id
Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
List of courier service identifiers that cannot be used for shipping the product.
Each value must correspond to a courier service identifier existing in the panel.
Example:
1001
1002
9 Free shipping settings /dispatch_settings/free_shipping_settings@mode Single-value field of textual type (string).
Specifies free shipping settings.
Allowed values:
no - no
onlyProduct - only for the product
wholeBasket - for the entire order if at least one product is in the cart
10 Apply free shipping only for prepaid payment method /dispatch_settings/free_shipping_settings
/available_payment_forms@prepaid
Single-value field of textual type (string).
Allows setting free shipping only for the prepaid payment method.
Allowed values:
yes - enabled
no - disabled
11 Apply free shipping only for payment method: cash on delivery /dispatch_settings/free_shipping_settings
/available_payment_forms@cash_on_delivery
Single-value field of textual type (string).
Allows setting free shipping only for the payment method: cash on delivery.
Allowed values:
yes - enabled
no - disabled
12 Apply free shipping only for payment method: trade credit /dispatch_settings/free_shipping_settings
/available_payment_forms@trade_credit
Single-value field of textual type (string).
Allows setting free shipping only for the payment method: trade credit.
Allowed values:
yes - enabled
no - disabled
13 List of courier services with free shipping /dispatch_settings/free_shipping_settings
/available_couriers/courier@id
Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
List of courier service identifiers for which shipping is free.
Each value must correspond to a courier service identifier existing in the panel.
Example:
1001
1002
14 List of courier services with free shipping for a single product /dispatch_settings/free_shipping_settings
/available_couriers_for_single_product/courier@id
Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
List of courier service identifiers for which shipping is free for a single product.
Each value must correspond to a courier service identifier existing in the panel.
Example:
1001
1002
15 List of regions with free shipping /dispatch_settings/free_shipping_settings
/available_regions/region@id
Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
List of region identifiers for which shipping is free.
Each value must correspond to a region identifier existing in the panel.
Example:
1001
1002
16 Whether the store will generate a return shipment label on its own after ordering /dispatch_settings/return_product_settings
@by_own_service
Single-value field of textual type (string).
Allows setting whether the store will generate the return shipment label on its own after ordering.
Allowed values:
yes - yes, the label is generated and provided manually by the store, system operates manually
no - no
17 Product can be returned via parcel locker within IAI Broker returns service /dispatch_settings/return_product_settings
@by_in_post_szybkie_zwroty_by_iai
Single-value field of textual type (string).
Allows setting whether the product can be returned via parcel locker within IAI Broker returns service.
Allowed values:
yes - yes, the label is generated and delivered to the customer immediately and automatically
no - no
18 Product can be returned after purchase /dispatch_settings/return_product_settings
/return_options@enabled
Single-value field of textual type (string).
Allows setting whether the product can be returned after purchase.
Allowed values:
yes - yes
no - no, customized product
19 Product can be returned after purchase for companies /dispatch_settings/return_product_settings
/return_options@firm
Single-value field of textual type (string).
Allows setting whether the product can be returned after purchase for companies.
Allowed values:
yes - yes
no - no
20 Product can be returned after purchase for companies /dispatch_settings/return_product_settings
/return_options@firm
Single-value field of textual type (string).
Allows setting whether the product can be returned after purchase for companies.
Allowed values:
yes - yes
no - no
21 Product can be returned after purchase for wholesalers /dispatch_settings/return_product_settings
/return_options@hurt
Single-value field of textual type (string).
Allows setting whether the product can be returned after purchase for wholesalers.
Allowed values:
yes - yes
no - no
22 Product can be returned after purchase for retailers /dispatch_settings/return_product_settings
/return_options@detalist
Single-value field of textual type (string).
Allows setting whether the product can be returned after purchase for retailers.
Allowed values:
yes - yes
no - no

Data for product names, descriptions, and meta tags for the IdoSell store

# Product attribute CSV header name Description
1 Product name in the selected language /description/name[lang] Single-value field of textual type (string).
Example values for the lang variable: pol, eng, ger, etc.
2 Site identifier for product name /description/name@site_id Single-value field of numeric type (int).
Specifies the identifier of the site to which the name applies.
3 Short description of the product in the selected language /description/short_desc[lang] Single-value field of textual type (string).
Example values for the lang variable: pol, eng, ger, etc.
4 Site identifier for short description /description/short_desc@site_id Single-value field of numeric type (int).
Specifies the identifier of the site to which the short description applies.
5 Long description of the product in the selected language /description/long_desc[lang] Single-value field of textual type (string).
Example values for the lang variable: pol, eng, ger, etc.
6 Site identifier for long description /description/long_desc@site_id Single-value field of numeric type (int).
Specifies the identifier of the site to which the long description applies.
7 Product meta title in the selected language /description/meta_title[lang] Single-value field of textual type (string).
Example values for the lang variable: pol, eng, ger, etc.
8 Site identifier for meta title /description/meta_title@site_id Single-value field of numeric type (int).
Specifies the identifier of the site to which the meta title applies.
9 Product meta description in the selected language /description/meta_description[lang] Single-value field of textual type (string).
Example values for the lang variable: pol, eng, ger, etc.
10 Site identifier for meta description /description/meta_description@site_id Single-value field of numeric type (int).
Specifies the identifier of the site to which the meta description applies.
11 Product meta keywords in the selected language /description/meta_keywords[lang] Single-value field of textual type (string).
Example values for the lang variable: pol, eng, ger, etc.
12 Site identifier for meta keywords /description/meta_keywords@site_id Single-value field of numeric type (int).
Specifies the identifier of the site to which the meta keywords apply.

Name and description data for sales channels (price comparison websites, marketplaces)

# Product attribute CSV header name Description
1 Product name in the selected language for sales services such as price comparison sites and marketplaces /services_descriptions/name[lang] Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Example values for the lang variable: pol, eng, ger, etc.
2 Site identifier for the name in sales services /services_descriptions/name@site_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Each value must correspond to a site identifier existing in the panel.
3 Service identifier for the name in sales services /services_descriptions/name@service_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Allowed values:
2 - Ceneo.pl
3 - Nokaut.pl
4 - Skapiec.pl
5 - Webkupiec.pl
9 - Kupujemy.pl
12 - Okazje.info.pl
18 - SmartBay.pl
20 - Sklepy24.pl
21 - Ceneria.pl
22 - Moda.pl
23 - Kup-on.pl
26 - Webepartners
29 - e-budownictwo.pl
30 - Billiger.de
34 - Kelkoo Belgia
35 - Kelkoo Dania
36 - Kelkoo Niemcy
37 - Kelkoo Hiszpania
38 - Kelkoo Francja
39 - Kelkoo Włochy
40 - Kelkoo Holandia
41 - Kelkoo Norwegia
42 - Kelkoo Szwecja
43 - Kelkoo Wielka Brytania
44 - Kelkoo Stany Zjednoczone
45 - Kelkoo Kanada
46 - Kelkoo Brazylia
47 - Google Shopping Australia
48 - Google Shopping Brazylia
49 - Google Shopping Chiny
50 - Google Shopping Czechy
51 - Google Shopping Francja
52 - Google Shopping Hiszpania
53 - Google Shopping Holandia
54 - Google Shopping Japonia
55 - Google Shopping Niemcy
56 - Google Shopping Szwajcaria
57 - Google Shopping Wielka Brytania
58 - Google Shopping Włochy
59 - Google Shopping Stany Zjednoczone
60 - Shopping.com Francja
61 - Prisvis.dk
62 - Prisvis.se
63 - Koopkeus.nl
64 - Shopwahl.de
65 - Shopwahl.at
66 - Shopwahl.ch
67 - Shopwahl.be
68 - Pagineprezzi.it
69 - Mercamania.es
70 - Pricesavvy.co.uk
71 - Pricesavvy.ie
72 - Webmarchand.com
73 - Google Shopping Polska
74 - Heureka.cz
75 - Zbozi.cz
76 - LekkiKoszyk.pl
77 - Idealo Polska
78 - Idealo Wielka Brytania
79 - Idealo Niemcy
80 - ShopZilla Stany Zjednoczone
81 - ShopZilla Wielka Brytania
82 - ShopZilla Francja
83 - ShopZilla Niemcy
84 - ShopMania Argentyna
85 - Shopmania Austria
86 - ShopMania Bułgaria
87 - Shopmania Brazylia
88 - Shopmania Chile
89 - Shopmania Czechy
90 - Shopmania Niemcy
91 - Shopmania Hiszpania
92 - Shopmania Francja
93 - Shopmania Irlandia
94 - Shopmania Indie
95 - Shopmania Włochy
96 - Shopmania Japonia
97 - Shopmania Meksyk
98 - Shopmania Holandia
99 - Shopmania Polska
100 - Shopmania Portugaila
101 - Shopmania Rumunia
102 - Shopmania Serbia
103 - Shopmania Rosja
104 - Shopmania Szwecja
105 - Shopmania Turcja
106 - Shopmania Wielka Brytania
107 - Shopmania Stany Zjednoczone
108 - ShopMania Republika Południowej Afryki
109 - ShopMania Słowacja
110 - ShopMania Węgry
111 - Google Shopping Austria
112 - Google Shopping Belgia
113 - Google Shopping Kanada
114 - Google Shopping Dania
115 - Google Shopping Indie
116 - Google Shopping Meksyk
117 - Google Shopping Norwegia
118 - Google Shopping Rosja
119 - Google Shopping Szwecja
120 - Google Shopping Turcja
123 - FacebookAds
124 - FacebookCatalog
250 - Arena.pl
251 - Stylowi.pl
252 - Google Shopping Argentyna
253 - Google Shopping Kolumbia
254 - Google Shopping Chile
255 - Google Shopping Indonezja
256 - Google Shopping Irlandia
257 - Google Shopping Hong Kong
258 - Google Shopping Malezja
259 - Google Shopping Nowa Zelandia
260 - Google Shopping Filipiny
261 - Google Shopping Portugalia
262 - Google Shopping Singapur
263 - Google Shopping Tajwan
264 - Google Shopping Republika Południowej Afryki
265 - Google Shopping Zjednoczone Emiraty Arabskie
266 - Ceneolokalnie.pl
267 - SALESmanago
268 - Fulfilment
271 - IAI Ads
273 - Domodi.pl i Allani.pl
274 - Homebook.pl
276 - Carrefour Marketplace
277 - eMAG.pl Marketplace
278 - Empik Marketplace
280 - Morele.net
281 - Shumee
282 - Ceneo Kup Teraz
293 - Google Shopping Izrael
294 - Google Shopping Arabia Saudyjska
295 - Google Shopping Ukraina
296 - Google Shopping Korea Południowa
297 - Google Shopping Wietnam
298 - Kelkoo Austria
299 - Kelkoo Czechy
300 - Kelkoo Finlandia
301 - Kelkoo Irlandia
302 - Kelkoo Luksembourg
303 - Kelkoo Polska
304 - Kelkoo Portugalia
305 - Kelkoo Rosja
306 - Kelkoo Szwajcaria
307 - Kelkoo Meksyk
308 - Arena.pl Marketplace
310 - 1but.pl Marketplace
312 - eMAG.bg Marketplace
313 - eMAG.hu Marketplace
314 - eMAG.ro Marketplace
315 - Idealo Austria
316 - Idealo Hiszpania
317 - Idealo Francja
318 - Idealo Włochy
1000 - Amazon.co.uk
1001 - Amazon.de
1002 - Amazon.fr
1003 - Amazon.it
1004 - Amazon.es
1005 - Amazon.com
1006 - Amazon.nl
1007 - Amazon.se
1008 - Amazon.com.tr
1009 - Amazon.ae
1010 - Amazon.pl
4 Short description of the product in the selected language for sales services such as price comparison sites and marketplaces /services_descriptions/short_desc[lang] Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Example values for the lang variable: pol, eng, ger, etc.
5 Site identifier for the short description in sales services /services_descriptions/short_desc@site_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Each value must correspond to a site identifier existing in the panel.
6 Service identifier for the short description in sales services /services_descriptions/short_desc@service_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Allowed values:
2 - Ceneo.pl
3 - Nokaut.pl
4 - Skapiec.pl
5 - Webkupiec.pl
9 - Kupujemy.pl
12 - Okazje.info.pl
18 - SmartBay.pl
20 - Sklepy24.pl
21 - Ceneria.pl
22 - Moda.pl
23 - Kup-on.pl
26 - Webepartners
29 - e-budownictwo.pl
30 - Billiger.de
34 - Kelkoo Belgia
35 - Kelkoo Dania
36 - Kelkoo Niemcy
37 - Kelkoo Hiszpania
38 - Kelkoo Francja
39 - Kelkoo Włochy
40 - Kelkoo Holandia
41 - Kelkoo Norwegia
42 - Kelkoo Szwecja
43 - Kelkoo Wielka Brytania
44 - Kelkoo Stany Zjednoczone
45 - Kelkoo Kanada
46 - Kelkoo Brazylia
47 - Google Shopping Australia
48 - Google Shopping Brazylia
49 - Google Shopping Chiny
50 - Google Shopping Czechy
51 - Google Shopping Francja
52 - Google Shopping Hiszpania
53 - Google Shopping Holandia
54 - Google Shopping Japonia
55 - Google Shopping Niemcy
56 - Google Shopping Szwajcaria
57 - Google Shopping Wielka Brytania
58 - Google Shopping Włochy
59 - Google Shopping Stany Zjednoczone
60 - Shopping.com Francja
61 - Prisvis.dk
62 - Prisvis.se
63 - Koopkeus.nl
64 - Shopwahl.de
65 - Shopwahl.at
66 - Shopwahl.ch
67 - Shopwahl.be
68 - Pagineprezzi.it
69 - Mercamania.es
70 - Pricesavvy.co.uk
71 - Pricesavvy.ie
72 - Webmarchand.com
73 - Google Shopping Polska
74 - Heureka.cz
75 - Zbozi.cz
76 - LekkiKoszyk.pl
77 - Idealo Polska
78 - Idealo Wielka Brytania
79 - Idealo Niemcy
80 - ShopZilla Stany Zjednoczone
81 - ShopZilla Wielka Brytania
82 - ShopZilla Francja
83 - ShopZilla Niemcy
84 - ShopMania Argentyna
85 - Shopmania Austria
86 - ShopMania Bułgaria
87 - Shopmania Brazylia
88 - Shopmania Chile
89 - Shopmania Czechy
90 - Shopmania Niemcy
91 - Shopmania Hiszpania
92 - Shopmania Francja
93 - Shopmania Irlandia
94 - Shopmania Indie
95 - Shopmania Włochy
96 - Shopmania Japonia
97 - Shopmania Meksyk
98 - Shopmania Holandia
99 - Shopmania Polska
100 - Shopmania Portugaila
101 - Shopmania Rumunia
102 - Shopmania Serbia
103 - Shopmania Rosja
104 - Shopmania Szwecja
105 - Shopmania Turcja
106 - Shopmania Wielka Brytania
107 - Shopmania Stany Zjednoczone
108 - ShopMania Republika Południowej Afryki
109 - ShopMania Słowacja
110 - ShopMania Węgry
111 - Google Shopping Austria
112 - Google Shopping Belgia
113 - Google Shopping Kanada
114 - Google Shopping Dania
115 - Google Shopping Indie
116 - Google Shopping Meksyk
117 - Google Shopping Norwegia
118 - Google Shopping Rosja
119 - Google Shopping Szwecja
120 - Google Shopping Turcja
123 - FacebookAds
124 - FacebookCatalog
250 - Arena.pl
251 - Stylowi.pl
252 - Google Shopping Argentyna
253 - Google Shopping Kolumbia
254 - Google Shopping Chile
255 - Google Shopping Indonezja
256 - Google Shopping Irlandia
257 - Google Shopping Hong Kong
258 - Google Shopping Malezja
259 - Google Shopping Nowa Zelandia
260 - Google Shopping Filipiny
261 - Google Shopping Portugalia
262 - Google Shopping Singapur
263 - Google Shopping Tajwan
264 - Google Shopping Republika Południowej Afryki
265 - Google Shopping Zjednoczone Emiraty Arabskie
266 - Ceneolokalnie.pl
267 - SALESmanago
268 - Fulfilment
271 - IAI Ads
273 - Domodi.pl i Allani.pl
274 - Homebook.pl
276 - Carrefour Marketplace
277 - eMAG.pl Marketplace
278 - Empik Marketplace
280 - Morele.net
281 - Shumee
282 - Ceneo Kup Teraz
293 - Google Shopping Izrael
294 - Google Shopping Arabia Saudyjska
295 - Google Shopping Ukraina
296 - Google Shopping Korea Południowa
297 - Google Shopping Wietnam
298 - Kelkoo Austria
299 - Kelkoo Czechy
300 - Kelkoo Finlandia
301 - Kelkoo Irlandia
302 - Kelkoo Luksembourg
303 - Kelkoo Polska
304 - Kelkoo Portugalia
305 - Kelkoo Rosja
306 - Kelkoo Szwajcaria
307 - Kelkoo Meksyk
308 - Arena.pl Marketplace
310 - 1but.pl Marketplace
312 - eMAG.bg Marketplace
313 - eMAG.hu Marketplace
314 - eMAG.ro Marketplace
315 - Idealo Austria
316 - Idealo Hiszpania
317 - Idealo Francja
318 - Idealo Włochy
1000 - Amazon.co.uk
1001 - Amazon.de
1002 - Amazon.fr
1003 - Amazon.it
1004 - Amazon.es
1005 - Amazon.com
1006 - Amazon.nl
1007 - Amazon.se
1008 - Amazon.com.tr
1009 - Amazon.ae
1010 - Amazon.pl
7 Long description of the product in the selected language for sales services such as price comparison sites and marketplaces /services_descriptions/long_desc[lang] Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Example values for the lang variable: pol, eng, ger, etc.
8 Site identifier for the long description in sales services /services_descriptions/long_desc@site_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Each value must correspond to a site identifier existing in the panel.
9 Service identifier for the long description in sales services /services_descriptions/long_desc@service_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Allowed values:
2 - Ceneo.pl
3 - Nokaut.pl
4 - Skapiec.pl
5 - Webkupiec.pl
9 - Kupujemy.pl
12 - Okazje.info.pl
18 - SmartBay.pl
20 - Sklepy24.pl
21 - Ceneria.pl
22 - Moda.pl
23 - Kup-on.pl
26 - Webepartners
29 - e-budownictwo.pl
30 - Billiger.de
34 - Kelkoo Belgia
35 - Kelkoo Dania
36 - Kelkoo Niemcy
37 - Kelkoo Hiszpania
38 - Kelkoo Francja
39 - Kelkoo Włochy
40 - Kelkoo Holandia
41 - Kelkoo Norwegia
42 - Kelkoo Szwecja
43 - Kelkoo Wielka Brytania
44 - Kelkoo Stany Zjednoczone
45 - Kelkoo Kanada
46 - Kelkoo Brazylia
47 - Google Shopping Australia
48 - Google Shopping Brazylia
49 - Google Shopping Chiny
50 - Google Shopping Czechy
51 - Google Shopping Francja
52 - Google Shopping Hiszpania
53 - Google Shopping Holandia
54 - Google Shopping Japonia
55 - Google Shopping Niemcy
56 - Google Shopping Szwajcaria
57 - Google Shopping Wielka Brytania
58 - Google Shopping Włochy
59 - Google Shopping Stany Zjednoczone
60 - Shopping.com Francja
61 - Prisvis.dk
62 - Prisvis.se
63 - Koopkeus.nl
64 - Shopwahl.de
65 - Shopwahl.at
66 - Shopwahl.ch
67 - Shopwahl.be
68 - Pagineprezzi.it
69 - Mercamania.es
70 - Pricesavvy.co.uk
71 - Pricesavvy.ie
72 - Webmarchand.com
73 - Google Shopping Polska
74 - Heureka.cz
75 - Zbozi.cz
76 - LekkiKoszyk.pl
77 - Idealo Polska
78 - Idealo Wielka Brytania
79 - Idealo Niemcy
80 - ShopZilla Stany Zjednoczone
81 - ShopZilla Wielka Brytania
82 - ShopZilla Francja
83 - ShopZilla Niemcy
84 - ShopMania Argentyna
85 - Shopmania Austria
86 - ShopMania Bułgaria
87 - Shopmania Brazylia
88 - Shopmania Chile
89 - Shopmania Czechy
90 - Shopmania Niemcy
91 - Shopmania Hiszpania
92 - Shopmania Francja
93 - Shopmania Irlandia
94 - Shopmania Indie
95 - Shopmania Włochy
96 - Shopmania Japonia
97 - Shopmania Meksyk
98 - Shopmania Holandia
99 - Shopmania Polska
100 - Shopmania Portugaila
101 - Shopmania Rumunia
102 - Shopmania Serbia
103 - Shopmania Rosja
104 - Shopmania Szwecja
105 - Shopmania Turcja
106 - Shopmania Wielka Brytania
107 - Shopmania Stany Zjednoczone
108 - ShopMania Republika Południowej Afryki
109 - ShopMania Słowacja
110 - ShopMania Węgry
111 - Google Shopping Austria
112 - Google Shopping Belgia
113 - Google Shopping Kanada
114 - Google Shopping Dania
115 - Google Shopping Indie
116 - Google Shopping Meksyk
117 - Google Shopping Norwegia
118 - Google Shopping Rosja
119 - Google Shopping Szwecja
120 - Google Shopping Turcja
123 - FacebookAds
124 - FacebookCatalog
250 - Arena.pl
251 - Stylowi.pl
252 - Google Shopping Argentyna
253 - Google Shopping Kolumbia
254 - Google Shopping Chile
255 - Google Shopping Indonezja
256 - Google Shopping Irlandia
257 - Google Shopping Hong Kong
258 - Google Shopping Malezja
259 - Google Shopping Nowa Zelandia
260 - Google Shopping Filipiny
261 - Google Shopping Portugalia
262 - Google Shopping Singapur
263 - Google Shopping Tajwan
264 - Google Shopping Republika Południowej Afryki
265 - Google Shopping Zjednoczone Emiraty Arabskie
266 - Ceneolokalnie.pl
267 - SALESmanago
268 - Fulfilment
271 - IAI Ads
273 - Domodi.pl i Allani.pl
274 - Homebook.pl
276 - Carrefour Marketplace
277 - eMAG.pl Marketplace
278 - Empik Marketplace
280 - Morele.net
281 - Shumee
282 - Ceneo Kup Teraz
293 - Google Shopping Izrael
294 - Google Shopping Arabia Saudyjska
295 - Google Shopping Ukraina
296 - Google Shopping Korea Południowa
297 - Google Shopping Wietnam
298 - Kelkoo Austria
299 - Kelkoo Czechy
300 - Kelkoo Finlandia
301 - Kelkoo Irlandia
302 - Kelkoo Luksembourg
303 - Kelkoo Polska
304 - Kelkoo Portugalia
305 - Kelkoo Rosja
306 - Kelkoo Szwajcaria
307 - Kelkoo Meksyk
308 - Arena.pl Marketplace
310 - 1but.pl Marketplace
312 - eMAG.bg Marketplace
313 - eMAG.hu Marketplace
314 - eMAG.ro Marketplace
315 - Idealo Austria
316 - Idealo Hiszpania
317 - Idealo Francja
318 - Idealo Włochy
1000 - Amazon.co.uk
1001 - Amazon.de
1002 - Amazon.fr
1003 - Amazon.it
1004 - Amazon.es
1005 - Amazon.com
1006 - Amazon.nl
1007 - Amazon.se
1008 - Amazon.com.tr
1009 - Amazon.ae
1010 - Amazon.pl

Name and description data for auction platforms (Allegro, eBay)

# Product attribute CSV header name Description
1 Product name for the selected auction service from the Allegro and eBay group /auction_descriptions/site@auction_title Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
In this case, the lang variable is not used because names are not language-dependent.
2 Alternative product name for the selected auction service from the eBay group /auction_descriptions/site@auction_subtitle Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
This header is used only for services from the eBay group. In this case, the lang variable is not used because names are not language-dependent.
3 Auction service group identifier from which the service originates, for which name and description should be set /auction_descriptions/site@service_group_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Allowed values:
2 - Allegro group
3 - eBay group
6 - Shopee group
4 Auction service identifier for which the name and description should be set /auction_descriptions/site@service_id Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Allowed values:
0 - ebay.com
1 - Allegro.pl
302 - Shopee.pl
5 Description for the selected auction service from the Allegro and eBay group /auction_descriptions/site@auction_description Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
The following fields are required for correct import:
/auction_descriptions/site@service_group_id
/auction_descriptions/site@service_id

Data related to standard attachments

# Product attribute CSV header name Description
1 Name of image attachment in the specified language /attachments/image/picture@name Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
In this case, the lang variable is not used because the language is specified in a separate column.
Requires columns: @type, /attachments/image/picture@lang
2 Language code for the image attachment name /attachments/image/picture@lang Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/image/picture@name

Allowed values: pol, eng, ger, etc.
3 URL address of the image attachment in the selected language /attachments/image/picture@url Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/image/picture@name, /attachments/image/picture@lang, /attachments/image/picture@attachment_file_extension
Allowed values: URL addresses for files of type jpg, png, gif, tiff, ico, webp, svg
4 Image attachment file extension /attachments/image/picture@attachment_file_extension Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/image/picture@name, /attachments/image/picture@lang, /attachments/image/picture@url
Allowed values: jpg, png, gif, tiff, ico, webp, svg
5 Visibility of image attachment /attachments/image/picture@enable Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/image/picture@name, /attachments/image/picture@lang
Allowed values:
all - for all
only_logged - for logged-in users only
ordered - for customers who purchased the product
wholesaler - for wholesalers
wholesaler_or_orderer - for wholesalers or customers who purchased the product
wholesaler_and_ordered - for wholesalers and customers who purchased the product
6 Image attachment tracking /attachments/image/picture@download_log Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/image/picture@name, /attachments/image/picture@lang
Allowed values:
y - tracking enabled
n - tracking disabled
7 Image attachment position in the attachment list on the product page /attachments/image/picture@priority Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/image/picture@name, /attachments/image/picture@lang
8 Name of audio attachment in the specified language /attachments/audio/sound@name Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
In this case, the lang variable is not used because the language is specified in a separate column.
Requires columns: @type, /attachments/audio/sound@lang
9 Language code for the audio attachment name /attachments/audio/sound@lang Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/audio/sound@name
Allowed values: pol, eng, ger, etc.
10 URL address of the audio attachment in the selected language /attachments/audio/sound@url Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/audio/sound@name, /attachments/audio/sound@lang, /attachments/audio/sound@attachment_file_extension
Allowed values: URL addresses for files of type mp3, wav, ogg
11 Audio attachment file extension /attachments/audio/sound@attachment_file_extension Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/audio/sound@name, /attachments/audio/sound@lang, /attachments/audio/sound@url
Allowed values: mp3, wav, ogg
12 Visibility of audio attachment /attachments/audio/sound@enable Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/audio/sound@name, /attachments/audio/sound@lang
Allowed values:
all - for all
only_logged - for logged-in users only
ordered - for customers who purchased the product
wholesaler - for wholesalers
wholesaler_or_orderer - for wholesalers or customers who purchased the product
wholesaler_and_ordered - for wholesalers and customers who purchased the product
13 Audio attachment tracking /attachments/audio/sound@download_log Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/audio/sound@name, /attachments/audio/sound@lang
Allowed values:
y - tracking enabled
n - tracking disabled
14 Audio attachment position in the attachment list on the product page /attachments/audio/sound@priority Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/audio/sound@name, /attachments/audio/sound@lang
15 Name of video attachment in the specified language /attachments/video/movie@name Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
In this case, the lang variable is not used because the language is specified in a separate column.

Requires columns: @type, /attachments/video/movie@lang
16 Language code for the video attachment name /attachments/video/movie@lang Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/video/movie@name
Allowed values: pol, eng, ger, etc.
17 URL address of the video attachment in the selected language /attachments/audio/sound@url Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/video/movie@name, /attachments/video/movie@lang, /attachments/video/movie@attachment_file_extension
Allowed values: URL addresses for files of type avi, mov, mp4, ogg, wmv, webm
18 Video attachment file extension /attachments/video/movie@attachment_file_extension Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/video/movie@name, /attachments/video/movie@lang, /attachments/video/movie@url
Allowed values: avi, mov, mp4, ogg, wmv, webm
19 Visibility of video attachment /attachments/video/movie@enable Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/video/movie@name, /attachments/video/movie@lang
Allowed values:
all - for all
only_logged - for logged-in users only
ordered - for customers who purchased the product
wholesaler - for wholesalers
wholesaler_or_orderer - for wholesalers or customers who purchased the product
wholesaler_and_ordered - for wholesalers and customers who purchased the product
20 Video attachment tracking /attachments/video/movie@download_log Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/video/movie@name, /attachments/video/movie@lang
Allowed values:
y - tracking enabled
n - tracking disabled
21 Video attachment position in the attachment list on the product page /attachments/video/movie@priority Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/video/movie@name, /attachments/video/movie@lang

Allowed values: int.
22 Name of document attachment in the specified language /attachments/document/doc@name Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
In this case, the lang variable is not used because the language is specified in a separate column.
Requires columns: @type, /attachments/document/doc@lang
23 Language code for the document attachment name /attachments/document/doc@lang Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/document/doc@name
Allowed values: pol, eng, ger, etc.
24 URL address of the document attachment in the selected language /attachments/document/doc@url Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/document/doc@name, /attachments/document/doc@lang, /attachments/document/doc@attachment_file_extension
Allowed values: URL addresses for files of type doc, docx, xls, xlsx, ppt, pptx, pdf, odt, ods, odp, rtf
25 Document attachment file extension /attachments/document/doc@attachment_file_extension Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/document/doc@name, /attachments/document/doc@lang, /attachments/document/doc@url
Allowed values: doc, docx, xls, xlsx, ppt, pptx, pdf, odt, ods, odp, rtf
26 Visibility of document attachment /attachments/document/doc@enable Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/document/doc@name, /attachments/document/doc@lang
Allowed values:
all - for all
only_logged - for logged-in users only
ordered - for customers who purchased the product
wholesaler - for wholesalers
wholesaler_or_orderer - for wholesalers or customers who purchased the product
wholesaler_and_ordered - for wholesalers and customers who purchased the product
27 Document attachment tracking /attachments/document/doc@download_log Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/document/doc@name, /attachments/document/doc@lang
Allowed values:
y - tracking enabled
n - tracking disabled
28 Document attachment position in the attachment list on the product page /attachments/document/doc@priority Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/document/doc@name, /attachments/document/doc@lang
29 Name of other attachment in the specified language /attachments/other/file@name Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
In this case, the lang variable is not used because the language is specified in a separate column.
Requires columns: @type, /attachments/other/file@lang
30 Language code for the other attachment name /attachments/other/file@lang Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/other/file@name
Allowed values: pol, eng, ger, etc.
31 URL address of the other attachment in the selected language /attachments/other/file@url Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/other/file@name, /attachments/other/file@lang, /attachments/other/file@attachment_file_extension
Allowed values: URL addresses for files of type doc, docx, xls, xlsx, ppt, pptx, pdf, odt, ods, odp, rtf
32 Other attachment file extension /attachments/other/file@attachment_file_extension Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/other/file@name, /attachments/other/file@lang, /attachments/other/file@url
Allowed values: doc, docx, xls, xlsx, ppt, pptx, pdf, odt, ods, odp, rtf
33 Visibility of other attachment /attachments/other/file@enable Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/other/file@name, /attachments/other/file@lang
Allowed values:
all - for all
only_logged - for logged-in users only
ordered - for customers who purchased the product
wholesaler - for wholesalers
wholesaler_or_orderer - for wholesalers or customers who purchased the product
wholesaler_and_ordered - for wholesalers and customers who purchased the product
34 Other attachment tracking /attachments/other/file@download_log Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/other/file@name, /attachments/other/file@lang
Allowed values:
y - tracking enabled
n - tracking disabled
35 Other attachment position in the attachment list on the product page /attachments/other/file@priority Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Requires columns: @type, /attachments/other/file@name, /attachments/other/file@lang

Product bundle data

# Product attribute CSV header name Description
1 External system code of the bundle component /bundled/product@code_external Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the external system code for the bundle component product.
2 Method of adding a product to the bundle /bundled/product@type Single-value field of textual type (string).
Specifies how the product is added to the bundle.
Allowed values:
client_chooses_variant – adds the entire product with all variants, selection on the customer side
client_chooses_size – adds the product, size selection on the customer side
client_chooses_defined_size – adds the product in selected sizes
client_chooses_defined_size_as_separate_items – adds products in selected sizes as separate items
3 Quantity of the product in the bundle /bundled/product@quantity Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the quantity of a given product in the bundle.
4 Component priority in the bundle /bundled/product/sizes/size@order Multi-value field of numeric type (int).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the priority of the component in the bundle.
Higher value means higher priority.
If the component does not specify sizes, it can be omitted.
A product with components A, B, C (A - first, C - last) has the following "order" values: A ⇒ 3, B ⇒ 2, C ⇒ 1. If in this example we want to define sizes for components A and C, then values 3 for product A and 1 for product C should be used. Since component B does not specify sizes, it can be omitted, and if value 2 appears, the size information will be ignored.
Example:
3,2,1
5 Size identifier of the bundle component product /bundled/product/sizes/size@id Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Each value must correspond to a size identifier existing in the panel.
6 Size name of the product in the bundle /bundled/product/sizes/size@name Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Each value must correspond to a unique size name existing in the panel.
7 External system code for the bundle component size /bundled/product/sizes/size@code_external Multi-value field of textual type (string).
Successive values must be separated by a hard line break (CTRL + ↵ Enter).
Specifies the external system code for the bundle component size.