Connect WooCommerce

Bring your WordPress shop's products into the bot's knowledge so it can answer about stock, prices, and details.

What you'll need

  • • Your WooCommerce store URL (e.g. https://yourstore.com).
  • • A REST API key pair (Consumer Key + Consumer Secret) with Read permission.

Step-by-step

  1. Create a REST API key

    In WP Admin: WooCommerce → Settings → Advanced → REST API → Add key. Description: "SetuChat". User: any admin user. Permissions: Read. Click Generate API key.

  2. Copy both values

    WooCommerce shows the Consumer Key (ck_…) and Consumer Secret (cs_…) once. Copy both before leaving this page — secrets are unrecoverable after.

  3. Connect inside SetuChat

    Open setuchat.ai/connect, scroll to WooCommerce, click Connect WooCommerce. Paste your store URL and both keys. We validate by reading one product, then persist the secret (encrypted at rest).

  4. Click Sync now

    Pulls every published product into your knowledge base. Re-running is safe: existing products update; products that were unpublished are removed from knowledge.

HTTPS required

Your store must be on HTTPS. We use HTTP Basic auth over TLS — sending API keys over plain HTTP is unsafe and we refuse to do it.

What gets synced

  • • Title, description, price, SKU, categories, tags.
  • • Stock status (in stock / out of stock) and quantity.
  • • Only published products.
Permissions

The Read-only API key cannot place orders, refund customers, or modify your store. Re-run the wizard with a fresh key any time you want to rotate credentials.