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#
Open Integrations settings
Navigate to Settings > Integrations in the Whisper sidebar.
Select WooCommerce
Click Connect integration and select WooCommerce.
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_...).
- Store URL: The full URL of your WooCommerce site (e.g.,
Test the connection
Click Test connection to verify the credentials.
Save the integration
Save the integration.

Generating WooCommerce REST API Keys#
Log in to WordPress
Log in to your WordPress admin dashboard.
Open REST API settings
Go to WooCommerce > Settings > Advanced > REST API.
Add a key
Click Add key.
Configure the key
Add a description (e.g., "Whisper Integration"), select the user, and set Permissions to Read/Write.
Generate the key
Click Generate API key and copy the resulting Consumer Key and Secret.
