← Back to all docs

Radial API

Radial is an ecommerce fulfillment and commerce technology provider that runs DTC order fulfillment, returns management, B2B distribution, transportation, payments, fraud prevention, and tax compliance for retail brands. An unofficial API lets you programmatically pull orders, inventory, shipments, returns, and tracking—and push updates like new orders, fulfillment requests, and inventory adjustments back into Radial across API, EDI, and pre-built cart connections.

By Alex KlarfeldMay 30, 2026
Radial API

What is Radial?

Radial is an ecommerce fulfillment and commerce technology provider (rebranding to Paxon) with 40+ years of operational experience and a nationwide fulfillment network that processes up to 18M units during peak. Retail brands use Radial to run direct-to-consumer order fulfillment, returns, B2B distribution, transportation and final-mile delivery, plus commerce services like payments, fraud prevention, and tax compliance—connecting their storefronts to Radial systems through pre-built cart integrations, EDI, and APIs.

Core product families:

  • Ecommerce Fulfillment (DTC Order Fulfillment, Returns Management, B2B Distribution, Foreign Trade Zone, Integrations)
  • Transportation Management (Final Mile Network Optimization, Carrier Management)
  • Radial Commerce Solutions (Payments, Fraud Prevention, Tax Compliance)
  • Omnichannel Solutions (Store Fulfillment, Dropship Management, Reporting & Analytics)
  • Radial Fast Track (accelerated onboarding with no upfront cost or long-term contract)

Common data entities:

  • Orders, Order Lines, Fulfillment Requests, Holds
  • Inventory, SKUs, Stock Locations, Availability
  • Shipments, Cartons, Tracking, Carriers
  • Returns, RMAs, Dispositions, Refunds
  • Payments, Fraud Reviews, Tax Calculations
  • Stores, Dropship Vendors, Purchase Orders (omnichannel)

The Radial Integration Challenge

Brands run mission-critical order and inventory operations through Radial, but turning its fulfillment platform into clean API-driven automation across every channel is non-trivial:

  • Mixed connectivity models: Radial connects through pre-built cart integrations, EDI, and APIs—each brand's setup blends transports, so a single uniform interface rarely exists out of the box
  • Per-merchant configuration: Order routing rules, SLAs, FTZ handling, and returns dispositions are tailored per brand, so generic integrations break across accounts
  • Partner-gated onboarding: API and EDI access is provisioned through Radial implementation teams and partnership agreements before credentials are issued
  • Authentication overhead: Credentialed sessions and rotating tokens complicate headless automation against fulfillment and commerce surfaces
  • Spread across modules: Fulfillment, Transportation, Payments/Fraud/Tax, and Omnichannel each have their own object models, IDs, and event lifecycles
  • Peak-volume scale: Brands need reliable, idempotent writes and timely status events even when Radial is processing millions of units during seasonal peaks
  • Batch and file workflows: Inventory snapshots, shipment confirmations, and returns files often arrive as scheduled batches rather than real-time events

How Supergood Creates Radial APIs

Supergood reverse-engineers authenticated flows, Radial's API and EDI surfaces, and pre-built cart connections to deliver a resilient, normalized API layer for your Radial account—across fulfillment, transportation, and commerce modules.

  • Handles credentialed authentication and token rotation securely
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses across Orders, Inventory, Shipments, Returns, and Payments so you integrate once and rely on consistent objects
  • Aligns with your merchant-specific routing rules, SLAs, and dispositions to ensure accurate, compliant access

Use Radial with AI agents: Radial MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your Radial modules, connectivity model, and authentication setup.

  • Supergood Generates and Validates Your API

We deliver a production-ready Radial adapter tailored to your account configuration and entitlements.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as Radial evolves.

radial

API Endpoints

Authentication

POST/authenticate

Authenticate to a Radial account using merchant credentials and obtain a session token for downstream calls.

Orders

GET/orders

List orders and order lines with filters for status, channel, fulfillment center, and date range.

Orders

POST/create_order

Submit a new order or fulfillment request into Radial with shipping, line items, and routing details.

Inventory

GET/inventory

Retrieve real-time inventory and availability by SKU across Radial stock locations and fulfillment centers.

Shipments

GET/shipments

Pull shipment, carton, and tracking records with carrier and final-mile status filters.

Returns

POST/create_return

Create a return/RMA against an existing order and capture disposition and refund details.

Use Cases

Sync order and fulfillment status across channels

- Pull orders and order lines from Radial into your OMS or warehouse for unified reporting - Stream shipment, carton, and tracking events to customer-experience and notification tools - Reconcile holds, cancellations, and backorders against your storefront in near real time

Keep inventory and availability in sync

- Pull real-time inventory and availability by SKU across Radial fulfillment centers - Push inventory adjustments and stock updates back into Radial - Surface low-stock and out-of-stock signals to merchandising and replenishment workflows

Automate returns and refunds

- Create RMAs and pull return dispositions from Radial Returns Management - Match refunds against original orders and payment records - Route exceptions and damaged-item dispositions to support and finance teams

Reconcile payments, fraud, and tax

- Pull payment, fraud-review, and tax-calculation outcomes from Radial Commerce Solutions - Match settled payments and chargebacks against orders in your ledger - Feed fraud decisions and tax data into finance and compliance reporting

Technical Specifications

Authentication

Merchant credentials and token rotation handled in a managed session

Connectivity

Authenticated flows plus Radial's API and EDI surfaces and pre-built cart connections where exposed by the account

Response format

Normalized JSON across Orders, Inventory, Shipments, Returns, and Payments objects

Rate limits

Adaptive throttling tuned to your account to avoid platform-side limits during peak volume

Session management

Automatic session refresh, token replay handling, and credential rotation

Data freshness

Near real-time pulls for orders, shipments, and inventory 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 status, shipment confirmation, tracking, and return events

Latency

Sub-second reads on cached entities; multi-second writes when posting orders and fulfillment requests

Throughput

Horizontally scaled workers sized to peak-season order and unit volume

Reliability

Retry, backoff, and idempotency keys for order, inventory, and returns writes

Adaptation

Continuous monitoring of Radial platform releases and account-specific configuration drift

Frequently asked questions

Yes. Supergood normalizes orders, inventory, shipments, and returns across Radial's DTC Order Fulfillment and B2B Distribution so you integrate both books of business through one consistent surface.

Both. Radial accounts often blend API, EDI, and pre-built cart connections. Supergood reverse-engineers whichever transports your account uses and exposes them through a single normalized API.

Yes. Inventory and availability are exposed by SKU across Radial fulfillment centers with near real-time pulls, plus optional scheduled batch syncs for large catalogs.

Yes. Payment, fraud-review, and tax-calculation outcomes from Radial Commerce Solutions are exposed through the same normalized API surface alongside order and fulfillment data.

Each account is profiled against its configured routing rules, SLAs, and returns dispositions. Supergood preserves your account-specific fields and lifecycle states rather than forcing a generic schema.

Ready to get a real API?