Integrations

Plugs into your stack in an afternoon

Native connections to the platforms your store already runs. No custom engineering for Shopify, BigCommerce, WooCommerce, or Klaviyo — each integration reads your full product catalog, behavioral events, and live inventory state.

Six platform integrations

Every integration reads the full context: product catalog, real-time behavioral events, and inventory state — so recommendations never surface out-of-stock SKUs or discontinued products.

Shopify
Reads full product catalog via Admin API, captures behavioral events through Storefront API, syncs real-time inventory state. Personalizes homepage modules, collection grids, and search results. No theme code edits required.
~30 min setup
BigCommerce
Full catalog sync via BigCommerce API, behavioral event capture via script tag, inventory and pricing rules respected. Collection and search grid reranking included.
~45 min setup
WooCommerce
WordPress plugin syncs product catalog and captures behavioral events. Category page and search results personalization. Compatible with all major WooCommerce themes.
~60 min setup
Klaviyo
Dynamic rec block that drops into any Klaviyo flow — post-purchase, browse abandonment, or broadcast. Pulls from the behavioral preference model, not purchase history. A shopper who hovered on outerwear before buying a t-shirt gets outerwear in their next email.
~15 min to first flow
Attentive
Personalized product recommendation links in Attentive SMS flows. Real-time URL generation returns the right product for each subscriber at send time. Scale plan only.
~30 min setup
Postscript
SMS rec links via Postscript Journeys. Behavioral preference model generates individual product URLs at send time. Respects opt-out lists and quiet hours. Scale plan only.
~30 min setup
Headless / Custom

Headless? We have an API.

Running a custom storefront, composable commerce stack, or PWA? The Revlance REST API returns a ranked product list with per-item confidence scores. One endpoint, real-time personalization, any frontend framework.

  • Single endpoint — GET /v1/recommendations/{visitor_id}
  • Returns ranked product IDs with confidence scores
  • Optional context: current category, session signals, cart state
  • Sub-100ms p99 latency for cached profiles
  • Available on Scale plan — see docs for full schema
api-request.js
// Fetch personalized recs for a visitor const response = await fetch( `https://api.revlanx.com/v1/recommendations/ ${visitorId}?category=furniture&limit=12`, { headers: { 'Authorization': `Bearer ${API_KEY}`, 'X-Store-ID': 'your-store-id' } } ); const { recommendations } = await response.json(); // Response shape: // [{ product_id: "SKU-4821", score: 0.91 }, // { product_id: "SKU-3390", score: 0.78 }, ...]

Connected and personalizing in under an hour.

Install the Shopify or BigCommerce app, add the Klaviyo rec block to one flow, and your first personalized grid is live before the end of your workday. No engineering sprint required.

Start free trial Ask about your stack