This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Seganiko Fast Import for WooCommerce

Seganiko Fast Import for WooCommerce

Fast WooCommerce product importer from XLSX/CSV with SKU-based updates, batch processing, and bulk media loader.

10+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Seganiko Fast Import for WooCommerce running.

WordPress compatibility
Tested to 6.9.5 — 1 branch behind 7.0
Tested against the WordPress branch in use today.
Last updated
4 months ago
Requires PHP
8.0
Your host must be running at least this version.
Requires WordPress
6.2
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

10+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Seganiko Fast Import for WooCommerce is looked after — not on how many stores run it.

Solid
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 130 days ago.
WordPress compatibility
14 / 20
Tested to WP 6.9.5, 1 branch(es) behind.
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
3 / 10
Provides: description
2 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-02 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

Seganiko Fast Import for WooCommerce is a lightweight tool for importing and updating WooCommerce products from XLSX or CSV files. Designed for store managers who need to update large catalogs quickly and reliably.

Key features:

  • Import products from XLSX or CSV (UTF-8)
  • Supported fields: name, SKU, price, weight, description, images, categories, and custom meta fields
  • SKU-based update — existing products are updated, no duplicates created
  • Batch processing (up to 400 rows per batch) with real-time AJAX progress bar
  • Support for simple products, variable products, and variations
  • Custom meta fields — both flat values and array (serialized) format
  • Bulk media loader — import images from external URLs or upload a ZIP archive
  • Video support in the media loader — mp4, webm, mov and other formats; video is attached per product SKU
  • Optional bulk image optimization (ShortPixel integration)
  • Compatible with WooCommerce HPOS (custom order tables)

Requirements:

  • WooCommerce 9.3.3 or later
  • WordPress 6.2 or later
  • PHP 8.0 or later
  • PHP ZipArchive extension (required for XLSX import)

Usage

Prepare your file:

Supported formats: XLSX and CSV (UTF-8 encoding).

Required column:

  • sku — used to match existing products; if a product with this SKU exists it is updated, otherwise a new product is created

Optional columns:

  • name — product title
  • price — regular price (numeric)
  • weight — weight in kg (numeric)
  • description — product description (HTML allowed)
  • images — one or more image URLs separated by a pipe | (first image becomes the featured image)
  • categories — category names separated by / (hierarchy) or , (multiple categories)
  • Any extra column is saved as a product meta field under the column name

Import flow:

  1. Upload the XLSX/CSV file on the Import tab
  2. Review column mapping on the Mapping tab if needed
  3. Click Start Import — the batch runner processes rows in groups of 400 and shows progress in real time
  4. When finished, a summary shows how many products were created, updated, and skipped

Media Loader tab:

  • Paste product SKUs with their image/video URLs to bulk-attach media
  • Or upload a ZIP archive — the loader matches files inside to products by SKU
  • Video files (mp4, webm, mov, etc.) are attached to the product gallery per SKU/filename

Logs:

Import logs are saved to /wp-content/uploads/seganiko-fiw-logs/ and are also shown in the admin UI. Each log entry records the SKU, action (created/updated/skipped/error), and a short message.

External services

This plugin optionally connects to the ShortPixel Image Optimizer API to compress and optimize product images during the bulk media import process.

Service: ShortPixel — an image optimization and compression service.

What it is used for: When the user enables the “Optimize images with ShortPixel” option in the Media Loader settings and provides a valid ShortPixel API key, uploaded product images are sent to ShortPixel for lossy or lossless compression before being stored in the WordPress media library.

What data is sent: The plugin sends the publicly accessible URL of each uploaded image along with the user’s ShortPixel API key and optimization preferences (compression type, EXIF handling). No personal user data is transmitted.

When data is sent: Data is sent only when the site administrator has explicitly enabled ShortPixel optimization in the Media Loader settings tab and triggers a bulk media import. No data is sent if the feature is not enabled.

Service endpoint: https://api.shortpixel.com/v2/reducer.php

Terms of Service: https://shortpixel.com/tos
Privacy Policy: https://shortpixel.com/privacy

Credits

Developed by Seganiko / Project BGL.
Text Domain: seganiko-fast-import-for-woocommerce

Which file formats are supported?

XLSX and CSV (UTF-8). For XLSX the PHP ZipArchive extension must be enabled on your server.

What happens if a product with the same SKU already exists?

It is updated — name, price, weight, description, and any other mapped fields are overwritten. Images are only updated if the images column is present and non-empty.

How are images imported?

Put one or more image URLs in the images column separated by |. The importer downloads each image, stores it in the WordPress media library, and attaches it to the product. The first URL becomes the featured image.

Are video files supported?

Yes, through the Media Loader tab. Upload a ZIP archive or provide URLs to video files (mp4, webm, mov, etc.). The loader attaches videos to products by matching the SKU found in the filename.

Can I import variable products?

Yes. Set the type column to variable for the parent and variation for each child row, and include a parent_sku column in variation rows pointing to the parent SKU.

Can I change the batch size?

The default is 400 rows per AJAX batch. This is configurable via the SEGANIKO_FIW_CFG.batch_limit JavaScript constant (adjustable in the Media Loader settings tab).

What permissions are required?

The plugin requires the manage_woocommerce capability. Only users with this role (typically Shop Manager or Administrator) can access the importer.

Categories
Bulk edit, import & exportCatalogue & variations
Plugin details
Version1.2.18
Last updated2026-03-25 1:24pm GMT
Added2026-03-25
Requires WordPress6.2
Tested up to6.9.5
Requires PHP8.0

Tags on WordPress.org
csv
import
products
woocommerce
xlsx
Alternatives
Other plugins in the same categories.
BrikPanel: WooCommerce Dashboard, Abandoned Cart Recovery, Google Sheets Sync, Inventory Management & Bulk Editor
700+ installs
5.0(34)
PW WooCommerce Bulk Edit
20K+ installs
4.9(236)
Export WooCommerce Orders, Products, Customers & Coupons to Google Sheets
700+ installs
5.0(26)
Bulk Edit Posts and Products in Spreadsheet
8K+ installs
4.8(216)
Product Sync for WooCommerce – API Import, Dropshipping & Inventory Sync
300+ installs
5.0(16)
BEAR – Bulk Editor and Products Manager Professional for WooCommerce by Pluginus.Net
40K+ installs
4.7(225)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy