Skip to Content
Embed SystemBridge Management

Bridge Management in Embeds

The embed system can expose bridge configuration to your end users, letting them connect their own platforms without accessing the Orderly portal directly.

How It Works

  1. Enable bridges in your embed configuration
  2. Your end user sees a “Connect” button in the embedded UI
  3. They select a bridge type and enter their credentials
  4. The bridge is created under your organization, scoped to their end user ID

Scoping

Bridges created through embeds are tagged with the end user’s ID. This means:

  • End users only see their own bridges
  • Data synced through their bridges is associated with them
  • You retain full access to all bridges in your organization

Configuration

Enable bridge management in your embed config:

{ "features": { "bridges": true }, "bridgeTypes": ["shopify", "woocommerce"] }

The bridgeTypes array limits which bridge types end users can configure.