Skip to content
  • There are no suggestions because the search field is empty.

How to get your WooCommerce API keys

 

  1. Log in to your WordPress admin dashboard (usually at yourshop.com/wp-admin).
  2. In the left sidebar, go to WooCommerce → Settings.
  3. Click the Advanced tab at the top of the settings page.
  4. Click REST API in the sub-menu that appears.
  5. Click Add key (or "Create an API key").
  6. 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)
  7. Click Generate API key.
  8. 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.
  9. 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.
  10. Click Save on each field.