Connecting WooCommerce

See how easily you can connect your WooCommerce store to Whisper using the REST API.

Updated: 3 June 2026

Connecting WooCommerce

Connect your WooCommerce store to Whisper using your store URL and REST API keys. This gives Whisper secure access to your product catalog and orders.

Step-by-step guide#

  1. Open Integrations

    In the left sidebar of the Whisper app, go to Settings > Integrations.

  2. Select WooCommerce

    Click the Connect integration button and choose WooCommerce from the list.

  3. Fill in the required details

    Enter the following information:

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

    Click Test connection to verify that you've entered everything correctly.

  5. Save the integration

    Finally, don't forget to save the integration.

Entering WooCommerce credentials
The form for entering your WooCommerce URL and API keys.

How to generate WooCommerce REST API keys#

  1. Log in to WordPress

    Open your WordPress admin dashboard and log in.

  2. Go to the REST API

    In the left menu, select WooCommerce > Settings > Advanced > REST API.

  3. Add a new key

    Click the Add key button.

  4. Configure permissions

    Name your key (e.g., "Whisper Integration"), select a user, and set the Permissions field to Read/Write.

  5. Generate the keys

    Click Generate API key. You will see the Consumer Key and Consumer Secret—copy both of these values.

Back to home