Integrations

Connect your store
in minutes, not weeks.

SpeedBox365 plugs directly into the tools you already use. One-click plugins, native carrier support, and a developer-friendly REST API — no complex setup required.

Get Connected → View API Docs
E-Commerce Platforms

Your store is already supported

All major e-commerce platforms and shipping management tools. Our onboarding team handles the setup at no charge.

🛍
Shopify
1-Click Plugin

Install the SpeedBox365 Shopify app and sync all orders automatically. Labels print, tracking starts, customers notified — all without leaving Shopify.

Install from Shopify App Store
Enter your SpeedBox365 API key
Start shipping in under 10 minutes
⚡ 1-Click Setup
🔵
WooCommerce
WordPress Plugin

Our WooCommerce plugin adds SpeedBox365 as a shipping option at checkout. Auto-generate labels, track shipments, and manage returns from your WP dashboard.

Download from WordPress.org
Configure shipping zones
Live rates shown at checkout
✅ Plugin Available
📦
Amazon
SP-API / MWS

Fulfill Amazon orders through SpeedBox365 while keeping your seller metrics clean. We sync tracking numbers back to Amazon automatically.

Authorize via Amazon SP-API
Map SKUs and shipping templates
Auto-confirm shipments to Amazon
🔌 API Integration
🚢
ShipStation
Native Carrier

SpeedBox365 is available as a native carrier in ShipStation. Add your account and instantly access our rates alongside your other carriers.

Go to Carriers in ShipStation
Search and add SpeedBox365
Rates appear automatically
✅ Native Carrier
✉️
EasyPost
REST API

Already using EasyPost? Add SpeedBox365 as a carrier in minutes. Full rate shopping, label generation, and tracking through EasyPost's unified API.

Add carrier in EasyPost dashboard
Use standard EasyPost API calls
Compare rates across all carriers
🔌 Unified API
🧡
eBay
REST API

Sync eBay orders, generate SpeedBox365 labels, and upload tracking numbers back to eBay automatically. Protect your seller rating with fast, tracked delivery.

Connect via eBay REST API
Auto-generate labels on sale
Tracking uploaded in real time
🔌 API Integration
🟠
Etsy
Coming Soon

Native Etsy integration is in development. Join the waitlist and be the first to connect your Etsy shop to SpeedBox365.

Auto-label on new order
Tracking uploaded to Etsy
🕐 Coming Q3 2026
🟣
TikTok Shop
Coming Soon

TikTok Shop is one of the fastest-growing e-commerce channels. Our integration will be live before the holiday season.

Order auto-sync
Same-day label generation
🕐 Coming Q4 2026
⚙️
Custom API
Open REST API

Build your own integration using our open REST API. Full documentation, sandbox environment, webhooks, and a Postman collection available.

Get API key in minutes
Sandbox available for testing
Webhooks for real-time events
📄 Full Docs
Developer API

Built for developers.
Loved by sellers.

A clean, well-documented REST API that does exactly what you expect. Get a shipment label in under 200ms.

📄 Full API Documentation 🆕 Sandbox Environment 🔌 Webhooks 📲 Postman Collection SDKs: Python, Node, PHP 🔒 OAuth 2.0
Get API Access →
Create Shipment
Track Package
Webhooks
// POST /v1/shipments
{
  "service": "next_day",
  "to": {
    "name": "Jane Smith",
    "address": "123 Main St",
    "zip": "90210",
    "state": "CA"
  },
  "weight_oz": 16,
  "label_format": "PDF"
}
// 200 OK
{
  "tracking_id": "SB3-928471",
  "label_url": "https://labels.speedbox365.com/...",
  "rate": 3.50,
  "eta": "2026-05-23"
}
// GET /v1/track/:id
{
  "tracking_id": "SB3-928471",
  "status": "out_for_delivery",
  "eta": "2026-05-23 11:00",
  "location": "Beverly Hills, CA",
  "pod_photo": null,
  "events": [
    { "time": "07:22", "event": "departed_hub" },
    { "time": "05:40", "event": "picked_up" }
  ]
}
// Webhook event: shipment.delivered
{
  "event": "shipment.delivered",
  "tracking_id": "SB3-928471",
  "delivered_at": "2026-05-23T10:48:00Z",
  "pod_photo_url": "https://pod.speedbox365.com/...",
  "gps_lat": 34.0736,
  "gps_lng": -118.4004
}
// Available events:
// shipment.created, shipment.picked_up,
// shipment.out_for_delivery, shipment.delivered,
// shipment.exception, return.initiated

Ready to connect your store?

Our onboarding team sets up the integration for free. Most sellers are live within 48 hours.