Skip to Content
BridgesBridges

Bridges

Bridges are how Orderly connects to the outside world. Each bridge is a self-contained integration that knows how to authenticate, sync data, and push updates to a specific platform.

How Bridges Work

  1. Manifest — Declares metadata, auth methods, config fields, and available tasks
  2. Initialize — Connects to the external platform with provided credentials
  3. Execute Tasks — Runs sync/push operations (e.g., grab orders, push fulfillment)
  4. Handle Webhooks — Processes incoming events from the platform in real-time

Bridge Categories

Every bridge belongs to a category that defines its required and optional tasks:

CategoryRequired TasksUse Case
E-commercegrab-orders, get-order, push-fulfillmentShopify, WooCommerce, BigCommerce
Shippinggrab-shipments, create-shipment, get-ratesFedEx, UPS, ShipStation
Marketplacegrab-orders, get-order, push-fulfillment, grab-listingsAmazon, eBay, Walmart
ERPgrab-orders, push-order, grab-inventoryNetSuite, QuickBooks

Learn More