Home > Docs > How to Import WooCommerce Products Using a URL

How to Import WooCommerce Products Using a URL

Last updated on April 24, 2026

WooCommerce products can be imported directly from a remote URL using the Product Import Export Plugin for WooCommerce. This method is useful when product data is hosted remotely or updated frequently, as it fetches the latest file directly from the source without requiring a manual download.

Import products using a URL

From the WordPress admin panel’s menu, click on WebToffee Import /Export (Pro) > Import. 

import menu
  1. Select the required post type.
  2. Select either Quick or Advanced import method.
  3. Select URL under Import from and enter the file URL.
  1. Click on Step3 to map the columns and move to Step 4

Follow the steps in How to import products for more detailed documentation.

Cron Scheduling

On reaching the Advanced Options/Batch Export/Scheduling step, you can either import the products directly into your store or schedule the import using FTP.

import-schedule-button

To schedule the import:

  1. Hit the Schedule option, and you will be taken to the cron schedule window as shown below:
Scheduling
Scheduling

The plugin supports two different schedule types:

  1. 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.
    • schedules your job at the specified time. 
    • is dependent on your website visitors.
  2. 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 in order to trigger the events. 
    • if you have a separate system to trigger the scheduled events.

You can also configure the time at which the import is to be scheduled.

To directly import:

  1. Hit on the Import option

Once the import is completed, a pop-up will be displayed showing import status which contains the number of successful imports and failed imports (if any).