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. Product Bulk Editor for WooCommerce

Product Bulk Editor for WooCommerce

Bulk edit WooCommerce products quickly with inline editing, AJAX updates, undo/redo, and more — all from a simple, fast, and intuitive interface.

40+ active installs
5.0
(1 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Product Bulk Editor for WooCommerce running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
2 months ago
At least 22.9 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.3
Your host must be running at least this version.
Requires WordPress
5.4
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.

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

Scored on how Product Bulk Editor for WooCommerce is looked after — not on how many stores run it.

Well maintained
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 55 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
10 / 15
5.0/5 across 1 rating(s).
Listing transparency
7 / 10
Provides: screenshots, description
1 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-01 from the WordPress.org plugin registry.
Ratings

5.0

1 rating
5★1
4★0
3★0
2★0
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

Effortlessly create and update nearly all WooCommerce product data in one intuitive interface with this powerful bulk product editor.

Save valuable time and resources by editing multiple products at once using AJAX-powered updates — no page reloads required. Whether you need to change prices, names, stock quantities, or categories, everything is right at your fingertips.

Create or update ATUM purchase orders if you have ATUM Inventory Management plugin installed

Key Features:

💡 Inline Editing – Update product fields directly in a spreadsheet-like layout.

🧩 Product Type Support – Works with simple, variable, external, and grouped products.

🔍 Product Filters – Quickly filter products to work only on what you need.

🔁 Undo & Redo – Instantly reverse or reapply changes with smart history tracking.

🔢 Math Operations – Perform calculations on numeric fields like prices and stock.

💬 String Operations – Modify text values with replace, prepend, or append actions.

🧩 Toggle Columns – Customize your view by showing or hiding only the columns you need.

↔️ Resizable Columns – Drag to resize columns for better visibility.

🎨 Visual Feedback – Instantly see which fields were modified with intuitive color cues.

🏷️ Manage Categories & Tags – Create or remove them without leaving the editor.

🧹 Trash, Delete & Duplicate – Perform common actions in bulk with ease.

🖨️ Print Product Tags – Easily print product tags in different sizes and formats

🛠️ Hooks for Developers – Extend and personalize the editor with your own custom columns or logic.

🫂 Integrations – ATUM Inventory Management and WooCommerce Cost of Goods

The plugin is designed for productivity and simplicity, making it the perfect companion for any store owner or manager who needs to manage large product catalogs effortlessly.

How do I add a column to manage a metadata field?

function mdspbe_product_attributes( $attributes ) {

$new_attributes = [
    'print_section' => [
        'id' => 'print_section', 
        'name' => esc_html( 'Print section', 'mds-pos' ),
        'allow_edit' => true,
        'is_meta' => true, // We tell the plugin is a meta column
        'meta_key' => '_printing_section',
        'type' => 'select', 
        'options' => get_option( 'mds_printing_sections', [] ),
        'edit_options' => [ // This is for dropdown lists (html5 or tom-select) so options can be added or removed from the same plugin page
            'add' => [
                'callback' => 'mds_add_print_section', // Replace with the function that will create the option
                'fields' => [ // Fields that you want to render and collect info in the form
                    'name' => [
                        'type' => 'input_text',
                        'name' => 'name',
                        'label' => esc_html__( 'Name', 'mds-pos' ),
                        'required' => true,
                        'sanitize' => 'sanitize_text_field',
                    ],
                ]
            ],
            'remove' => [ // Replace with the function that will remove the options
                'callback' => 'mds_remove_print_sections',
            ]
        ],
        'required' => true,
        'allowed_types' => ['simple', 'variable'],
    ],  
];

$attributes = array_merge( $attributes, $new_attributes );

return $attributes;

}

add_filter( ‘mdspbe_product_attributes’, ‘mdspbe_product_attributes’ );

Categories
Bulk edit, import & exportInventory & stockCatalogue & variations
Plugin details
Version1.12.0
Last updated2026-06-07 10:17pm GMT
Added2025-05-28
Requires WordPress5.4
Tested up to7.0.2
Requires PHP7.3

Tags on WordPress.org
bulk edit
inventory
products
spreadsheet
woocommerce
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