WP Manifestindependent plugin directory
manifest / ecommerce / gtin_bulk_editor_for_woocommerce

Global Unique ID Bulk Editor for WooCommerce

Mass update the WooCommerce _global_unique_id for products and variations on one screen. Supports per-page sizing, CSV import, and CSV export.

by Michael Patrick · github.com/michaelspatrick/gtin_bulk_editor_for_woocommerce

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/michaelspatrick/gtin_bulk_editor_for_woocommerce/archive/refs/heads/main.zip

DSI Global Unique ID Bulk Editor for WooCommerce

Bulk edit WooCommerce’s unified _global_unique_id (for GTIN/UPC/EAN/ISBN) across products and variations on one screen.
Includes items-per-page control, CSV import, and CSV export.

What changed (v1.1.0)

  • Migrated to WooCommerce’s standard _global_unique_id meta (no separate code types).
  • UI now shows a single Global Unique ID field per product/variation.
  • CSV format simplified to id,global_unique_id (or product_id,variation_id,global_unique_id).

Install

  1. Download the ZIP from your ChatGPT conversation.
  2. In WordPress: Plugins → Add New → Upload Plugin.
  3. Activate DSI Global Unique ID Bulk Editor for WooCommerce.

Use

  • Go to WooCommerce → Global ID Editor.
  • Adjust Items per page as needed.
  • Edit the Global Unique ID field and click Save Changes.
  • Use Export (this page/all) for CSV, or import a CSV via the upload control.

CSV Notes

  • Headers: id,global_unique_id or product_id,variation_id,global_unique_id.
  • Leave global_unique_id blank to remove it for that row.

Tech details

  • Values are stored on each product/variation as post meta key: _global_unique_id.
  • Capability required: manage_woocommerce.
  • Pagination uses WP_Query across product and product_variation post types.

Changelog

1.1.0

  • Switch to WooCommerce _global_unique_id.
  • Simplified UI/CSV.

1.0.0

  • Initial release (legacy separate code types).

Releases

1 release.

Tag
Published
Dec 2, 2025 9mo ago

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.