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.zipDSI 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_idmeta (no separate code types). - UI now shows a single Global Unique ID field per product/variation.
- CSV format simplified to
id,global_unique_id(orproduct_id,variation_id,global_unique_id).
Install
- Download the ZIP from your ChatGPT conversation.
- In WordPress: Plugins → Add New → Upload Plugin.
- 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_idorproduct_id,variation_id,global_unique_id. - Leave
global_unique_idblank 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_Queryacrossproductandproduct_variationpost 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
v20251202-134427
latest
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.