WooCommerce Setup

Before you start

If your WooCommerce site is on a CDN such as CloudFront, you may need to add a Page Rule (e.g. https://{domain}/wp-json/wc/*) or allow access to it for Cyclr (see Cyclr IP allowlist for Cyclr’s IP addresses).

Authenticating the Connector

To authenticate a WooCommerce Connector, you will need a Consumer Key and Consumer Secret.

To create or manage keys for a specific WordPress user:

  1. Go to: WooCommerce > Settings > Advanced > REST API.

Note: Keys/Apps was found at WooCommerce > Settings > API > Key/Apps prior to WooCommerce 3.4.

  1. Select Add Key. You are taken to the Key Details screen.
  2. Add a Description.
  3. Select the User you would like to generate a key for in the dropdown.
  4. Select a level of access for this API key: Read access, Write access or Read/Write access.
  5. Select Generate API Key, and WooCommerce creates API keys for that user.

You can now authenticate the connector, passing the Consumer Key you just obtained as the username, and the Consumer Secret as the password.