Import product catalog data

Edit on GitHub

Catalog Setup contains data required to sell products and build their main structure.

Important

We recommend setting up the Catalog after having done the Commerce Setup, which provides the overall structure of the store.

This section helps you import the necessary product-related data to be able to sell products and services in your online store. We have structured this section into four main categories focusing on the following topics:

Within the Categories section, you can find all information about the data imports required to set up categories that can be used in your online store as well as whether they are active, searchable in the menu, etc.

The Products section helps you import all data defining the products’ properties such as the abstract products, the concrete products, product images, and any type of related attributes which describe the products’ properties—for example, their specifications, colors, and sizes.

In the Pricing section, you will be able to import the data necessary to set up prices for all the products you would like to sell in your online store, including advanced pricing such as scheduled prices (e.g., for special sales campaigns like Black Friday).

In the Stocks section, we describe the data import containing the number of product units stored in your warehouses as well as any type of products and services which are never out of stock—for example, software downloads.

Import order

By default, most of the product data is stored in a separate subfolder in data/import/icecat_biz_data. The order the files are imported in is very strict:

  1. Any product-related entities such as categories, attributes, and tax sets must be imported before the actual products.
  2. product_abstract.csv and for multi-store setups product_abstract_store.csv.
  3. product_concrete.csv.
  4. Other product data such as images, product sets, etc. in any order.