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
Nora calls
/wp-json/wc/v3/system_status with HTTP Basic.

