CostRadar Connector for WooCommerce

Description

CostRadar Connector for WooCommerce adds a WooCommerce admin page for securely pairing a WooCommerce store with CostRadar.ai.

After pairing, CostRadar can use the store connection for downstream sync and profitability workflows, including orders, product costs, stock snapshots, customer sync, cart activity, checkout starts, completed checkouts, and abandoned cart recovery.

Installation

  1. In WordPress, go to Plugins -> Add New and search for “CostRadar Connector for WooCommerce”, then install and activate the plugin from WordPress.org.
  2. Alternatively, upload the plugin ZIP through Plugins -> Add New -> Upload Plugin and activate CostRadar Connector for WooCommerce.
  3. In WooCommerce, create a REST API key with Read/Write permissions.
  4. Open WooCommerce -> CostRadar.
  5. Paste the pairing code generated in CostRadar.ai together with the WooCommerce consumer key and consumer secret.
  6. Submit the form to pair the store.

FAQ

Does this plugin show analytics inside wp-admin?

No. The plugin handles secure store pairing from WooCommerce to CostRadar.ai. The broader analytics experience lives in CostRadar.ai.

Does the plugin store the WooCommerce consumer secret locally?

No. The plugin sends the credentials directly to CostRadar during pairing and does not persist the consumer secret locally after a successful pairing.

How are cart and checkout events authenticated?

The plugin stores a webhook signing secret locally and signs cart plus checkout payloads before sending them to CostRadar.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“CostRadar Connector for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.2.5

  • Fixed REST base URL detection to use rest_url() instead of a hardcoded wp-json path.
  • Fixed plugin class naming to use the same costradar prefix as hooks and options.
  • Updated Contributors list for WordPress.org.

0.2.4

  • Fixed the plugin text domain to match the WordPress.org slug used by Plugin Check.

0.2.3

  • Removed the Plugin URI header so the plugin and author URIs are no longer identical in the main plugin file.

0.2.2

  • Added a one-time migration that updates existing stores from the legacy hosted Supabase backend URL to the current public gateway.

0.2.1

  • Updated plugin metadata for current WordPress compatibility and WordPress.org naming guidance.
  • Replaced query-string admin notices with per-user transients.
  • Switched runtime error reporting to the WooCommerce logger.

0.2.0

  • Added cart, checkout started, checkout completed, and abandoned cart event streaming to CostRadar.
  • Added signed webhook payloads for WooCommerce cart telemetry.
  • Added periodic abandoned cart detection via WordPress cron.

0.1.0

  • Initial release.
  • Adds a WooCommerce -> CostRadar admin page for store pairing.
  • Supports secure pairing with CostRadar.ai using WooCommerce REST API credentials.