envs

WooCommerce — REST API

woocommerce/api · version 1

envs add woocommerce/api

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
WOOCOMMERCE_CONSUMER_KEY required secret Half of the pair WooCommerce generates in your own WordPress admin, so there is no vendor dashboard to send you to. Not the same thing as a WordPress application password, which is a separate mechanism entirely.. where to get it
WOOCOMMERCE_CONSUMER_SECRET required secret Shown once when the key is created. There is no publishable counterpart here: both halves are confidential, and a replacement is a new key with the old one revoked.. where to get it

The JSON the CLI reads