Works with your platform
One HTML tag embeds the full shopping assistant on any site. Or go deeper with our REST API and webhooks for complete control.
Platform Compatibility
Pre-built integrations for major platforms. Custom connector support for everything else.
Shopify
E-CommerceDrop the web component into your Shopify theme. Works with Online Store 2.0 and headless Hydrogen.
- Theme app embed
- Cart sync via Storefront API
- Product feed auto-sync
- Checkout integration
WooCommerce
E-CommerceWordPress plugin or direct embed. Syncs with WooCommerce product catalog and cart via REST API.
- WordPress plugin
- WooCommerce REST API sync
- Cart & checkout integration
- Product feed webhook
SAP Commerce
EnterpriseIntegrate via OCC REST APIs. Product catalog sync, inventory checks, and order placement through SAP's commerce layer.
- OCC API integration
- Real-time inventory sync
- SAP order management
- Multi-storefront support
Custom Platform
Any StackOne HTML tag embeds the agent on any website. Shadow DOM isolation means zero CSS conflicts.
- Single <script> tag
- Shadow DOM isolation
- Custom event hooks
- Full REST API access
Mobile Apps
iOS & AndroidEmbed via WebView or integrate natively through our REST API and SSE streaming endpoint.
- WebView embed
- Native REST API
- SSE streaming
- Push notification hooks
Marketplaces
Multi-ChannelConnect marketplace listings to the agent. Customers get the same conversational experience across channels.
- Product feed aggregation
- Cross-channel inventory
- Unified analytics
- Channel-specific prompts
Three Ways to Integrate
Embed with one line of HTML, build custom flows with the API, or react to events via webhooks.
Web Component
One line of HTML. Shadow DOM keeps your styles isolated.
<script src="https://cdn.isartech.io/chat.js"></script>
<isartech-chat project="your-id"></isartech-chat>REST API
Full control over the conversation lifecycle. Send messages, manage sessions, query analytics.
POST /api/v1/conversations
{
"project_id": "your-id",
"message": "I need running shoes"
}Webhooks
Real-time event notifications. Cart changes, order completions, conversation milestones.
POST your-endpoint.com/webhook
{
"event": "cart.updated",
"items": [...],
"session_id": "abc-123"
}Data Stays in Sync
Products, inventory, cart state, and customer preferences. Always current, always consistent.
Product Feed Sync
CSV upload, scheduled API pull, or real-time webhook. Your catalog stays current automatically.
- CSV/JSON file upload
- Scheduled API pull (hourly/daily)
- Real-time webhook on product change
- Direct database connector
Cart & Order Sync
CRDT-based state sync keeps the cart consistent across the agent and your platform, even offline.
- Bidirectional cart sync
- CRDT conflict resolution
- Order status webhooks
- Inventory reservation API
Multi-Language
The agent speaks your customer's language. Product data, prompts, and UI are all localizable.
- Auto-detect customer language
- Per-locale product data
- Translated system prompts
- RTL language support
Don't see your platform?
If it has an API, we can connect to it. Our integration team has connected to SAP, Oracle, custom ERPs, and proprietary platforms. Tell us about your stack.