Rekomi gives your WooCommerce store a sales team that only gets paid when you do.
Your happiest customers, favorite creators, and best partners already recommend your products. Rekomi makes it official: each of them gets a personal link and a real coupon code, every sale they bring in is tracked automatically, and they earn a commission only when you earn revenue. No ad budget burned on clicks that never convert.
Setup takes about ten minutes, needs no code and no developer, and your store keeps its own checkout, gateways, and coupons. Connect once and everything runs from the Rekomi page in wp-admin: campaigns, affiliates, coupons, sales, payouts, and reports, without ever leaving WordPress.
If you have been comparing every WordPress affiliate plugin and dreading the setup, this is the short version: install, click Connect, invite your first affiliate. Your store keeps its checkout, its gateways, and its coupons; Rekomi handles the tracking, the math, and the money. The full walkthrough lives in the WooCommerce setup guide.
Rekomi is complete affiliate management, not just link tracking. Recruit partners through your branded signup page, reward customer referrals, set recurring commissions on subscriptions, and let automatic payouts close the loop. It is affiliate marketing for WooCommerce without the spreadsheet work.
Rekomi is a paid service. This plugin is the connector to your Rekomi account (plans from $29/month, free trial included; see https://rekomi.com/pricing). Connecting creates your workspace automatically; if you already have a Rekomi account, you sign in once to link it.
This plugin connects your site to the Rekomi service. No data is sent anywhere until you click Connect on the Rekomi admin page. When you click Connect, your site URL and your wp-admin email address are sent to Rekomi to create or link your workspace, and Rekomi verifies the site by calling back to its REST API.
After you connect, the plugin communicates with:
https://api.rekomi.com: order and refund data (order id, totals, currency, line items, coupon codes, customer name/email/id, referral attribution), coupon commands, product catalog and top-customer reads for your own dashboard, and connection health. The visitor-facing tracking script (/api/v1/r/loader.js) is also loaded from this host so attribution fixes reach your site without plugin updates.https://app.rekomi.com: the account sign-in used during Connect, and dashboard links.https://rekomi-uploads-prod.nyc3.digitaloceanspaces.com: Rekomi’s static asset host (a DigitalOcean Spaces bucket operated by Rekomi). The wp-admin dashboard loads images from it: help-panel screenshots and the logos shown in the migration importer. Loading an image sends only the standard browser request (your IP address and user agent) to DigitalOcean; this happens only inside wp-admin after you connect, never on your public site. DigitalOcean Terms of Service: https://www.digitalocean.com/legal/terms-of-service-agreement. DigitalOcean Privacy Policy: https://www.digitalocean.com/legal/privacy-policy.Provider: Rekomi (Uplup Inc.). Terms of Service: https://rekomi.com/legal/terms. Privacy Policy: https://rekomi.com/legal/privacy.
One optional surface makes an additional connection: if you open the affiliate signup-page designer inside the dashboard and your page theme uses a Google Font, the live preview loads that font from Google Fonts (fonts.googleapis.com / fonts.gstatic.com), exactly as your public signup page does. No other admin screen contacts any third party.
The plugin sets one first-party cookie, rekomi_wp_ref (90 days), remembering which affiliate referred a visitor. The plugin integrates with the WP Consent API: when a consent-management plugin is active, tracking waits for marketing consent.
The admin dashboard bundled with this plugin (assets/app/rekomi-app.js) is compiled from a React and TypeScript application. The complete human-readable source and build tooling for the exact shipped bundle are available at https://rekomi.com/downloads/rekomi-admin-app-src-0.9.14.tar.gz (build with npm ci then npm run build; Vite emits the bundle into the plugin’s assets/app directory).