Connecting WooCommerce
Connect your WooCommerce store using the REST API.
WooCommerce uses API keys instead of OAuth. You’ll generate a key pair in your WordPress admin and paste it into Dashified.
Prerequisites
- WooCommerce 6.0 or higher installed on your WordPress site
- WordPress admin access
- Your site must be publicly accessible (not localhost)
- SSL/HTTPS enabled on your store
Step 1: Generate WooCommerce API Keys
- Log into your WordPress admin panel.
- Navigate to WooCommerce → Settings → Advanced → REST API.
- Click Add Key.
- Set Description to
Dashified, User to yourself, and Permissions to Read. - Click Generate API Key.
- Copy the Consumer Key and Consumer Secret — they are only shown once.
Step 2: Connect in Dashified
- In Dashified, go to Settings → Integrations.
- Click Connect next to WooCommerce.
- Enter your Store URL (e.g.,
https://mystore.com). - Paste your Consumer Key and Consumer Secret.
- Click Test & Connect.
Important
Never set permissions to Read/Write. Dashified only needs Read access and will never modify your WooCommerce data.
Troubleshooting
- 401 Unauthorized — Double-check that you copied the Consumer Key and Secret without extra spaces.
- SSL Error — Ensure your site uses HTTPS with a valid certificate.
- 404 Not Found — Make sure Pretty Permalinks are enabled in WordPress (Settings → Permalinks).
Was this article helpful?
Not finding what you need? Visit the Help Center or contact support.