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
- Enable
bridgesin your embed configuration - Your end user sees a “Connect” button in the embedded UI
- They select a bridge type and enter their credentials
- 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.