Skip to content

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

RequirementNotes
Desktop clientInstalled and signed in
WooCommerce siteWordPress admin access
HTTPSRecommended for REST API
NetworkClient 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

  1. WordPress admin → WooCommerce → Settings → Advanced → REST API.
  2. Add key — description e.g. AutoAI product sync, user with read access, permission Read.
  3. 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

  1. ChannelsWooCommerceAccountsConnect WooCommerce store.
  2. Enter store URL, consumer key, and consumer secret.
  3. Confirm; refresh assets if needed.

Step 3: Browse products

  1. 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.

See also

Live Support