Setup Guide

How to connect WooCommerce to Dashified

WooCommerce is an open-source ecommerce plugin for WordPress. To connect it to Dashified, you need to generate REST API keys from your WooCommerce settings. Keys can be created with Read-only access — no admin password sharing needed.

Step-by-step instructions

  1. 1

    Log in to your WordPress admin

    Go to yourstore.com/wp-admin and log in with admin credentials.

  2. 2

    Open WooCommerce settings

    In the left sidebar, click WooCommerce, then click Settings.

  3. 3

    Navigate to Advanced → REST API

    Click the "Advanced" tab at the top of the Settings page. Then click the "REST API" sub-tab.

  4. 4

    Create a new key

    Click "Add key". Fill in a description (e.g. "Dashified"), select your user, set Permissions to "Read", then click "Generate API key".

  5. 5

    Copy Consumer Key and Consumer Secret

    The Consumer Key (ck_...) and Consumer Secret (cs_...) are shown once. Copy both immediately. They will not be shown again after you navigate away.

  6. 6

    Enter your Store URL and keys in Dashified

    Enter your full store URL (e.g. https://mystore.com), the Consumer Key, and the Consumer Secret in the fields below, then click Connect.

Where to find each value

FieldWhere to find it
Store URLYour store's domain, e.g. https://mystore.com. No trailing slash. Must be HTTPS for REST API to work.
Consumer KeyWooCommerce → Settings → Advanced → REST API → Add Key. Starts with ck_.
Consumer SecretSame page as the Consumer Key. Starts with cs_. Shown only once at creation.

Important notes

The Consumer Key and Consumer Secret are shown only once when the key is generated — if you navigate away before copying them, you must delete and recreate the key. Set Permissions to at least Read to allow Dashified to pull your orders and product data.

Dashified encrypts all credentials at rest using AES-256-GCM encryption. Your API keys are never logged, shared, or used for anything other than syncing data for your account.

Official documentation

WooCommerce REST API Documentation

Ready to connect WooCommerce?

Head back to your integrations page to finish setup.

Go to Integrations