Description
SKUuz Connector for WooCommerce provides a one-click connection between your WooCommerce store and the SKUuz PIM platform.
What is SKUuz?
SKUuz is an AI-powered Product Information Management (PIM) platform that helps ecommerce teams centralize, enrich, and publish product data across multiple channels.
Features:
- One-click connection — no manual API key generation
- Automatic WooCommerce REST API credential setup
- Webhook registration for real-time product sync
- Pull products and categories from WooCommerce into SKUuz
- Connection health monitoring
- Clean disconnect with credential revocation
- WooCommerce High-Performance Order Storage (HPOS) compatible
How It Works:
- Install the plugin and go to WooCommerce > SKUuz
- Enter your SKUuz Organization ID
- Click Connect — the plugin handles the rest
- Use Pull Products to import your catalog into SKUuz
- Enrich products with AI, then publish changes back automatically
External services
This plugin connects to the SKUuz AI Catalog Manager platform (https://skuuz.com) to sync your WooCommerce store data with your SKUuz account. The SKUuz platform is provided by SKUuz, Inc.
What data is sent and when
During initial connection (one-time, user-initiated):
When you click “Connect to SKUuz” in the plugin settings, the following data is sent to the SKUuz API:
- Your WooCommerce site URL
- Automatically generated WooCommerce REST API consumer key and consumer secret (created with read/write permissions for product sync)
- Your SKUuz Organization ID (entered by you in the plugin settings)
- The plugin version number
This registers your store with your SKUuz account and sets up webhooks for ongoing sync.
During product sync (user-initiated):
When you click “Pull Products” in the plugin settings, the SKUuz platform uses the stored API credentials to read your WooCommerce product catalog (titles, descriptions, prices, variants, images, and other product attributes) via the standard WooCommerce REST API. Your SKUuz channel ID is sent to identify which store to pull from.
During category sync (user-initiated):
When you click “Pull Categories” in the plugin settings, the SKUuz platform reads your WooCommerce category structure via the standard WooCommerce REST API. Your SKUuz channel ID is sent to identify which store to pull from.
During connection tests (user-initiated):
When you click “Test Connection” in the plugin settings, only your SKUuz channel ID is sent to verify the connection is active. No WooCommerce store data is transmitted during connection tests.
Via webhooks (automatic, after connection):
After connecting, WooCommerce sends product create, update, and delete events to the SKUuz webhook receiver. This includes the product data for the affected product only, transmitted via standard WooCommerce webhook delivery.
During in-plugin signup (optional, user-initiated):
If you choose to create a SKUuz account from within the plugin, your email address (pre-filled from your WordPress user, editable before submission) and your WooCommerce site URL are sent to the SKUuz API to create your account and organization. No password is transmitted by the plugin; you set your password on the SKUuz platform.
All data is transmitted securely over HTTPS.
- SKUuz Terms of Service: https://skuuz.com/terms
- SKUuz Privacy Policy: https://skuuz.com/privacy
Installation
- Upload the
skuuz-connectorfolder to/wp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to WooCommerce > SKUuz to connect your store
FAQ
-
Where do I find my Organization ID?
-
Log in to your SKUuz account at skuuz.com, go to Control Panel > General, and copy the Organization ID.
-
What data does this plugin send?
-
See the External Services section below for complete details on data transmission.
-
Does this plugin modify my products?
-
The plugin itself does not modify products. It provides the connection layer for the SKUuz platform. Any product changes are initiated from the SKUuz dashboard and applied via the standard WooCommerce REST API.
-
What happens if I deactivate the plugin?
-
Deactivating the plugin stops the webhook sync. Your products in SKUuz remain unchanged. You can reactivate at any time to restore the connection.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“SKUuz Connector for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “SKUuz Connector for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- Added in-plugin signup — new users can create a SKUuz account without leaving WordPress
- Added plan usage display and upgrade CTA on the connected settings page
- Added plan limit enforcement — product pulls are blocked when the plan limit is reached
- Added “Open SKUuz Dashboard” and “View Plans & Pricing” buttons
- Pre-fills signup email from the current WordPress user
1.0.1
- Fixed text domain to match WordPress.org plugin slug
- Added External Services documentation to readme
- Bumped Tested up to WordPress 6.9
1.0.0
- Initial release
- One-click WooCommerce to SKUuz connection
- Automatic REST API credential generation
- Webhook registration for product sync
- Connection health monitoring
- Disconnect/reconnect capability