Importer - Feature Guide

The importer can be used to import categories and products to your store via CSV.

You can find the Imported in your store admin area. Use the left menu to navigate to:

Tools -> Importer

Please use the following CSV file formats. Keep the columns in the same order.


Import Categories

Template CSV: https://www.dropbox.com/s/10acn1bdr0zk6uz/categories.csv?dl=0

Field Name Description Required?
id The existing Category ID on your store. Set to 0 to create a new category No
parent_id If this is a child category, set this to the id of the parent No
title The main title of the category Yes
slug The unique part of the URL of this category No
content_top HTML formatted content that goes at the top of your category No
content_bottom HTML formatted content that goes at the bottom of your category No

Import Products

Template CSV: https://www.dropbox.com/s/h8zgrlterupltxd/products.csv?dl=0

Field Name Description Required?
id The existing Product ID on your store. Set to 0 to create a new product No
merchant The merchant for the offer_id (e.g. amazon, ebay, etsy, walmart, aliexpress) Yes
locale The country for the offer_id (e.g. us, gb, de) Yes
offer_id The ID of the offer on the merchant. e.g. for Amazon, this is the ASIN Yes
category_id The id of the category you want to put this product in No
title the main title of the product No
slug the unique part of the URL of this product No
content The main HTML formatted content No
content_bottom HTML formatted content that goes at the bottom of your product page No
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.