Connecting WooCommerce

How to connect your WooCommerce store to Whisper using the REST API.

Updated: 29 May 2026

Connecting WooCommerce

Connect your WooCommerce store using your store URL and REST API keys to give Whisper access to your catalog and orders.

Step-by-Step Instructions#

  1. Open Integrations settings

    Navigate to Settings > Integrations in the Whisper sidebar.

  2. Select WooCommerce

    Click Connect integration and select WooCommerce.

  3. Fill in your details

    Fill in the required details:

    • Store URL: The full URL of your WooCommerce site (e.g., https://example.com).
    • Consumer Key: Your WooCommerce REST API consumer key (starts with ck_...).
    • Consumer Secret: Your WooCommerce REST API consumer secret (starts with cs_...).
  4. Test the connection

    Click Test connection to verify the credentials.

  5. Save the integration

    Save the integration.

Entering WooCommerce credentials
Form for entering WooCommerce URL and API keys

Generating WooCommerce REST API Keys#

  1. Log in to WordPress

    Log in to your WordPress admin dashboard.

  2. Open REST API settings

    Go to WooCommerce > Settings > Advanced > REST API.

  3. Add a key

    Click Add key.

  4. Configure the key

    Add a description (e.g., "Whisper Integration"), select the user, and set Permissions to Read/Write.

  5. Generate the key

    Click Generate API key and copy the resulting Consumer Key and Secret.

Generating WooCommerce API keys
Creating a new API key in the WooCommerce admin

Back to home