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
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.
Connect in Nora
| Field | Value |
|---|---|
| Site URL | https://shop.example.com (your WordPress origin) |
| Consumer Key | ck_... |
| Consumer Secret | cs_... |
/wp-json/wc/v3/system_status with HTTP Basic.
MCP server
No official WooCommerce MCP server today.Environment variables Nora injects
| Variable | Source |
|---|---|
WOOCOMMERCE_CONSUMER_SECRET | Consumer Secret |
WOOCOMMERCE_STORE_URL | Site URL field |
WOOCOMMERCE_CONSUMER_KEY | Consumer Key field |

