Skip to main content

WooCommerce

Where to issue WooCommerce REST API keys and connect them to Nora.

Where to apply for credentials

WooCommerce REST API docs

WooCommerce → Settings → Advanced → REST API
1

Open the REST API tab

WordPress Admin → WooCommerce → Settings → Advanced → REST API.
2

Generate keys

Click Add Key. Pick a user (the API operates with that user’s permissions), choose Read/Write if your agent updates products/orders.
3

Copy

Consumer Key starts with ck_. Consumer Secret starts with cs_. Both shown once.

Connect in Nora

FieldValue
Site URLhttps://shop.example.com (your WordPress origin)
Consumer Keyck_...
Consumer Secretcs_...
Nora calls /wp-json/wc/v3/system_status with HTTP Basic.

MCP server

No official WooCommerce MCP server today.

Environment variables Nora injects

VariableSource
WOOCOMMERCE_CONSUMER_SECRETConsumer Secret
WOOCOMMERCE_STORE_URLSite URL field
WOOCOMMERCE_CONSUMER_KEYConsumer Key field