Skip to main content
What Data to Import?

Learn what data you can import in X-Cart.

Olga Tereshina avatar
Written by Olga Tereshina
Updated over a week ago

By default, X-Cart allows importing the following data:

X-Cart add-ons installed in your store can extend the default type list for data import.

Examples:

The Orders Import add-on allows you to import the "Orders" data type.

The Product Reviews add-on allows importing the "Reviews" data type.

The Newsletter Subscriptions add-on allows importing the "Subscribers" data type.

The Make/Model/Year add-on - the "Products with Make/Model/Year/Engine" and "Make/Model/Year/Engine" listing data types.

Each data type will require an import file of a special format.

  • products.csv - allows importing products and all related data. The default set of fields can be extended. See CSV Import: Products for more info.

  • attributes.csv - allows importing product classes and attributes as database entities. Using this file, a store admin can create attributes of different types and populate a store with them. The file doesn't allow assigning attributes to products. See CSV Import: Classes & Attributes for more info.

  • product-attributes.csv - allows importing product classes and attributes and assigning them to products and can substitute a products.csv file if only the attributes data needs an update. See CSV Import: Product Attribute Values for more info.

  • swatches.csv - allows creating color swatches for product attributes. To assign color swatches to attributes, use the related extension field in attributes.csv or product-attributes.csv. See CSV: Import Color Swatches for more info.

  • categories.csv - allows importing categories and all related data. The default set of fields can be extended. See CSV Import: Categories for more info.

  • customers.csv - allows importing user data. See CSV Import: Customers for more info.

  • orders.csv - allows importing orders' data. The default set of fields can be extended. See CSV Import: Orders for more info.

  • reviews.csv - allows importing reviews and related data for existing products. See CSV Import: Reviews for more info.

  • mmy-YYYY-MM-DD.csv - allows importing the levels data for the Make/Model/Year add-on.

  • products-mmy-YYYY-MM-DD.csv - allows importing the make/model/year information and assigning it to products. The file can create the make/model/year levels from scratch and assign them to products.

  • newslettersubscribers.csv - allows importing emails and personal data for newsletter subscriptions.

If you decide to import data into X-Cart and do not wish to update specific fields during the import process, you should not include these fields in your CSV file for import. Instead, remove the respective column(s) from the file.

Related articles:

Did this answer your question?