IntegrationsPreview · 1 min read

WooCommerce native connector brief

Planned WooCommerce plugin scope and the PHP API-first path available today.


WooCommerce support is available today through server-side PHP integrations. A native WooCommerce plugin is planned for customers who want installation, configuration and event mapping to live inside WordPress.

Planned native scope

  • Connect a WooCommerce store to a Perkamo Space.
  • Emit trusted events from order status changes and customer lifecycle hooks.
  • Use WooCommerce order ids as deterministic transaction ids.
  • Support refund and cancellation handling.
  • Show plugin connection status, API key validation and recent delivery errors.
  • Keep server API keys on the WordPress backend only.

Coupon creation, store credit and checkout block extensions are separate fulfillment features and are not part of the first plugin scope.

Available now

Use the PHP SDK or direct HTTP from trusted WooCommerce backend hooks.

service layer.

Design partner fit

This connector is a good fit when WooCommerce owns checkout and customer identity, but the team wants Perkamo to provide the plugin, defaults and diagnostics. Perkamo can help customers wire the first API-first version and use that mapping as input for the native plugin.