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#
Open Integrations
In the left sidebar of the Whisper app, go to Settings > Integrations.
Select WooCommerce
Click the Connect integration button and choose WooCommerce from the list.
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_...).
- Store URL: The complete address of your e-shop (e.g.,
Test the connection
Click Test connection to verify that you've entered everything correctly.
Save the integration
Finally, don't forget to save the integration.

How to generate WooCommerce REST API keys#
Log in to WordPress
Open your WordPress admin dashboard and log in.
Go to the REST API
In the left menu, select WooCommerce > Settings > Advanced > REST API.
Add a new key
Click the Add key button.
Configure permissions
Name your key (e.g., "Whisper Integration"), select a user, and set the Permissions field to Read/Write.
Generate the keys
Click Generate API key. You will see the Consumer Key and Consumer Secret—copy both of these values.