Rose Rocket is an AI-native transportation management platform (TMS) and supply chain ERP for freight brokerages, trucking carriers, and 3PLs, managing orders, manifests, carriers, customers, and billing. Its API lets you programmatically pull orders, shipments, manifests, partner carriers, quotes, invoices, and documents—and push updates like new orders, dispatch assignments, financial line items, and status changes back into Rose Rocket.

Rose Rocket is an AI-native transportation management platform (TMS) and supply chain ERP built for freight brokerages, trucking carriers, and supply chain operations. Customers use Rose Rocket to manage orders and quotes, dispatch and manifest shipments, onboard and assign partner carriers, run customer and carrier portals, track loads, and handle billing, invoicing, and settlements—processing billions of dollars in freight across more than 100,000 users.
Core product areas include:
Common data entities:
Brokerages and carriers run daily operations on Rose Rocket, but turning its portal and API surfaces into reliable, production-grade automation involves real friction:
Supergood wraps Rose Rocket's OAuth flow, REST API, and authenticated portal surfaces into a single resilient API layer for your account—normalizing orders, manifests, carriers, and billing into consistent objects so you integrate once.
Use Rose Rocket with AI agents: Rose Rocket MCP Server →
Book a 30-minute session to confirm your modules, object scope, and authentication model.
We deliver a production-ready Rose Rocket adapter tailored to your account configuration and entitlements.
Go live with continuous monitoring and automatic adjustments as Rose Rocket evolves.
Authentication
/authenticateAuthenticate via OAuth 2.0 client credentials and obtain a bearer access token for downstream Rose Rocket API calls.
Orders
/ordersList orders with filters for customer, status, pickup/delivery date, and tags across the account.
Orders
/create_orderCreate a new order with customer, commodities, addresses, and financial line items in a single request.
Manifests
/manifestsRetrieve manifests and their assigned partner carriers, legs, and dispatch status.
Carriers
/partner_carriersList partner carriers, their contacts, assets, and onboarding/compliance status.
Billing
/invoicesPull invoices, bills, and financial line items with customer, status, and date filters.
- Pull orders, quotes, and commodities into a central warehouse for reporting - Stream manifest and status-change events to downstream BI and tracking tools - Reconcile customer and address records across systems for a unified view
- Create manifests and assign partner carriers programmatically - Push dispatch updates and tracking status back to customers without portal clicks - Trigger carrier onboarding and compliance checks from your own systems
- Sync invoices, bills, and financial line items into accounting and AR systems - Match carrier settlements and chargebacks against orders and manifests - Surface unbilled or overdue orders to finance workflows
- Convert inbound emails and EDI into structured orders via the API - Feed normalized order and tracking data to AI agents and MCP servers - Attach BOLs, PODs, and rate confirmations to the correct order records
Authentication
OAuth 2.0 client ID/secret with bearer access tokens, handled in a managed session
Connectivity
Rose Rocket REST API (v1 platform and v2 network base URLs) plus authenticated portal surfaces
Response format
Normalized JSON across Orders, Manifests, Carriers, and Billing objects
Rate limits
Adaptive throttling tuned to your account to stay within Rose Rocket API limits
Session management
Automatic OAuth token refresh, audience handling, and credential rotation
Data freshness
Near real-time pulls for orders, manifests, and invoices with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for order creation, status changes, and manifest updates
Latency
Sub-second reads on cached entities; multi-second writes when posting orders and financial line items
Throughput
Horizontally scaled workers sized to high-volume brokerage and carrier order flow
Reliability
Retry, backoff, and idempotency keys for order creation and billing transactions
Adaptation
Continuous monitoring of Rose Rocket API releases and account-specific configuration drift
Yes. Rose Rocket offers a public OAuth 2.0 REST API with CRUD operations across orders, manifests, customers, partner carriers, invoices, and more. Supergood wraps it into a normalized, resilient layer and adds session management, webhook handling, and adaptation as the platform evolves.
Rose Rocket uses OAuth 2.0. You create an OAuth application to get a client ID and secret, then exchange them for a bearer access token. Supergood manages the full authorize/token flow, audience parameters, and automatic token refresh for you.
Yes. Endpoints span the v1 platform and v2 network base URLs with different object models. Supergood reconciles both versions and resolves nested objects so you receive complete, consistent records regardless of which version exposes them.
Yes. Rose Rocket sends webhook Events—such as when an order is created—to URLs registered in your account. Supergood captures these events with retry and replay handling and reconciles them against API state.
Each account is profiled against its configured tags, financial line items, and tax rate components. Supergood preserves these account-specific fields rather than forcing a generic schema.