Home > Docs > How to Import WooCommerce Product Categories

How to Import WooCommerce Product Categories

Last updated on April 24, 2026

WooCommerce product categories can be imported as a separate post type using the Product Import Export Plugin for WooCommerce. To import product categories, select Product Categories as the post type, choose an import method, map the import columns, and configure advanced options before running the import.

Import Product Categories

To import WooCommerce product categories, click on WebToffee Import/Export(Pro) > Import.

Step 1: Select a post type

As a first step, you need to choose the post type as Product Categories.

Select post type - Product categories

Step 2: Select import method

Choose from the below options to continue with your import:

  •  Quick import : Preferred if your input file was exported using the same plugin.
  •  Pre-saved template : Retains the previous filter parameters and other column specifications as per the chosen file and imports data accordingly.Importing product categories using pre-saved template method
  • Advanced import: Imports data after a detailed process of filtering/column selection/advanced options. This file can be saved for future use.
  • Step 3: Map import columns

    The mapping screen of import process lets you to edit the column names if needed. The preferred names and choices that were last saved can be viewed by choosing a pre-saved template.

    Evaluate field

    This field is used to append a value/expression to an existing item while importing. It basically selects/maps any column from the input file, computes the values with expressions, and creates output.

    • Expression: Any operators +*/-()&@ or string constants can be used along with the attributes to manipulate the respective value. 
    • Input: Select the column from the dropdown which has to be modified.
    • Output: Sample value will be created based on the first record from the input file.
    • Click on Step 4 to proceed.

    Step 4: Advanced Options/Batch Import/ Scheduling

    On reaching Step 4, the following window will appear, where you can either Skip or Update the entry if the category exists in the store. On expanding Advanced options, you can :

    • Import in batches of: Specify the number of records the server will process for every iteration within the configured timeout interval.
    advanced options during import of product categories
    • Save the template file for future imports as shown below(if needed).
      Save-template-option
    • Click on Import/Schedule to finish. You can import the products directly into your store or schedule the import using FTP.
    import or schedule
    • To schedule the import, Hit the Schedule option, and you will be taken to the cron schedule window as shown below:
    import cron schedule

    The plugin supports two different schedule types:

    • WordPress Cron: Upon a visit, WordPress Cron will check to see if the time/date is later than the scheduled event/s, and if it is– it will fire those events.
      • Schedule your job at the specified time. 
      • Is dependent on your website visitors.
    • Server Cron: You may need to trigger the URL every minute, depending on the volume of data to be processed. You can use this option :
      • To generate a unique URL that can be added to your system to trigger the events. 
      • If you have a separate system to trigger the scheduled events.
    • Imports can be scheduled daily, weekly, monthly, or on a custom interval with a configured start time.
    • Once the import completes, a popup displays the number of successful and failed imports.