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.
- Install the PHP SDK for Composer-based integrations.
- Use the Symfony Bundle when the store has a Symfony
service layer.
- Send events with POST /v1/events.
- Review Security and keys before storing server keys.
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.