How to get your WooCommerce API keys
- Log in to your WordPress admin dashboard (usually at
yourshop.com/wp-admin). - In the left sidebar, go to WooCommerce → Settings.
- Click the Advanced tab at the top of the settings page.
- Click REST API in the sub-menu that appears.
- Click Add key (or "Create an API key").
- Fill in the details:
- Description — give it a recognizable name, e.g. "Junipeer Integration"
- User — select the admin user the key should be linked to
- Permissions — select Read/Write (Junipeer needs both to sync orders and update data)
- Click Generate API key.
- You'll see your Consumer Key and Consumer Secret on the next screen. Copy both immediately — the Consumer Secret is only shown once and cannot be retrieved later. If you lose it, you'll need to generate a new key pair.
- Paste the values into the Junipeer settings page:
- WooCommerce Shop Url — your store's base URL, e.g.
https://yourshop.com/ - WooCommerce Consumer Key — the
ck_...value - WooCommerce Consumer Secret — the
cs_...value - Authentication method — use Basic Auth if your shop has HTTPS enabled (recommended). Use OAuth1 only if your shop doesn't have SSL/HTTPS.
- WooCommerce Shop Url — your store's base URL, e.g.
- Click Save on each field.