Overview
The Unified Realtime API provides instant access to data from your connected accounts. Each request fetches live data directly from the underlying service - no caching, no delays.Base URL
Authentication
All requests require a Bearer token:Required Parameters
| Parameter | Description |
|---|---|
integrated_account_id | The connected account to query |
Available Resources
The Unified Realtime API supports the following commerce primitives:| Resource | Description |
|---|---|
| Orders | Customer purchases with line items, pricing, shipping, and financial data |
| Products | SKUs, descriptions, pricing, dimensions, and attributes |
| Inventory | Stock levels across warehouses and fulfillment centers |
| Customers | Buyer information, preferences, and purchase history |
| Fulfillment Orders | Order allocations to locations/fulfillment partners |
| Fulfillment Shipments | Shipping confirmations with carrier and tracking info |
| Returns | RMA requests flowing to warehouses for processing |
| Refunds | Approved refund records triggering credits |
| Trackings | Shipment tracking with carrier and delivery status |
Example Request
Example Response
When to Use Realtime API
Use Realtime When
- You need current data immediately
- Building dashboards or reports
- Single record lookups
- Real-time order management
Use Cached When
- Bulk data operations
- Historical analysis
- Reducing API calls to underlying services
- Working with rate-limited integrations

