WooCommerce integration
Connect your WooCommerce site to browse products under Channels → WooCommerce → Products, and open any item for full product details. Future AI automation may use this data for social drafts; this release only covers connect + browse—no fixed publish format yet.
Binding uses REST API consumer key + secret from WordPress admin.
What you need
| Requirement | Notes |
|---|---|
| Desktop client | Installed and signed in |
| WooCommerce site | WordPress admin access |
| HTTPS | Recommended for REST API |
| Network | Client can reach your store URL |
Current scope
- ✅ Accounts: bind store
- ✅ Products: list + full detail
- ⏳ Social publish templates: not fixed in this version
Step 1: Create REST API keys
- WordPress admin → WooCommerce → Settings → Advanced → REST API.
- Add key — description e.g.
AutoAI product sync, user with read access, permission Read. - Copy Consumer key and Consumer secret (secret often shown once).
Store root URL example: https://your-store.com (no /wp-json/... suffix).
Keep keys secret
Delete and recreate keys in WooCommerce if leaked.
Ensure permalinks are enabled and /wp-json/wc/v3/ is not blocked by security plugins.
Step 2: Bind in the client
- Channels → WooCommerce → Accounts → Connect WooCommerce store.
- Enter store URL, consumer key, and consumer secret.
- Confirm; refresh assets if needed.
Step 3: Browse products
- Products tab → select store → tap a product for full JSON detail → Load more if needed.
Troubleshooting
Verify failed — HTTPS URL, key/secret pair, Read permission, REST not blocked.
Empty list — Products in admin; correct store chip; refresh.
Disconnect — Unbind in client; delete API key in WordPress to revoke.