Skip to Content

Orderly Documentation

Connect platforms, normalize data, automate operations. Everything you need to build integrations with Orderly.

quickstart.ts
// Connect your first bridge
import { defineBridge } from '@orderly/sdk'
export default defineBridge({
name: 'shopify',
category: 'ecommerce',
tasks: { 'grab-orders': ..., 'push-fulfillment': ... }
});