Powered by NoviShip

Meet NoviShip — Our Proprietary Shipping Platform

NoviShip is TotalShip's proprietary technology platform. Quote, book, track, and analyze all your shipments from a single dashboard with enterprise-grade API access.

noviship.net/dashboard

Active Shipments

47

+12 today

In Transit

23

On schedule

Delivered (MTD)

312

+18% vs last month

Savings (MTD)

$4,230

32% below retail

Rate Comparison

Toronto, ON → Vancouver, BC | 45 lbs

PurolatorExpress
2 days$28.50BEST
FedExGround
4 days$31.20
UPSStandard
4 days$33.10
Canada PostExpedited
3 days$35.40

Recent Activity

Label created #TS-8834

2m ago

Picked up #TS-8831

1h ago

Delivered #TS-8827

3h ago

Delay alert #TS-8825

5h ago

Rate refresh completed

6h ago

Everything NoviShip gives you

A complete logistics command center built for modern businesses — built in-house, by TotalShip.

Instant Multi-Carrier Quoting

Compare rates from dozens of carriers in seconds. Our platform searches across parcel, LTL, FTL, and international options to find you the best price and transit time.

Real-Time Tracking & Notifications

Monitor every shipment from pickup to delivery with live GPS tracking, automated status updates, and proactive exception alerts delivered to your inbox.

eCommerce Integrations

Connect your Shopify, WooCommerce, or Amazon store in minutes. Automatically import orders, generate labels, and push tracking numbers back to your customers.

Analytics & Reporting

Gain deep visibility into your shipping spend, carrier performance, and delivery metrics. Export reports and identify savings opportunities at a glance.

API & Developer Access

Build custom integrations with our RESTful API. Access quoting, booking, tracking, and label generation programmatically for enterprise workflows.

Automated Label Generation

Generate compliant shipping labels for any carrier with one click. Supports thermal and laser printers, with batch printing for high-volume shippers.

Connects with the tools you already use

Seamlessly integrate your eCommerce stores, ERPs, and business tools.

Shopify
WooCommerce
Amazon
eBay
Magento
BigCommerce
QuickBooks
Xero
SAP
NetSuite
Salesforce
HubSpot

Your logistics command center

Everything you need to manage your shipping operations in one intuitive dashboard.

  • Live shipment map view
  • Multi-carrier rate comparison table
  • Shipment status cards with ETA
  • One-click label printing
  • Spend analytics by carrier
  • Automated email notifications

TS-8827

Montreal → Toronto

Delivered

TS-8831

Toronto → Calgary

In Transit

TS-8834

Vancouver → Montreal

Label Created

TS-8832

Ottawa → New York

Picked Up
// Get instant shipping quotes via NoviShip API
const response = await fetch(
  'https://api.noviship.net/v1',
  {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      "GetQuotes": {
        "key": "YOUR-API-KEY",
        "shipment": {
          "shipper": {
            "attn": "Joe Smith",
            "city": "Montreal",
            "postalcode": "H2Y2V5",
            "province": "QC",
            "country": "CA"
          },
          "destination": {
            "attn": "Jay Smith",
            "city": "Toronto",
            "postalcode": "M5V2T6",
            "province": "ON",
            "country": "CA"
          },
          "dimensionunit": "IN",
          "weightunit": "LB",
          "currency": "CAD",
          "packages": [{
            "qty": 1,
            "weight": 10.0,
            "width": 12, "height": 8, "length": 16
          }]
        }
      }
    }),
  }
);

const { quotes } = await response.json();
// Returns quotes from all available carriers
NoviShip API

Build custom integrations with the NoviShip API

Access quoting, booking, tracking, label generation, and pickup scheduling programmatically via our JSON or XML API. Full documentation included.

  • GetQuotes — Instant multi-carrier rate comparison
  • CreateShipment & SubmitShipment — Book and manifest
  • ReadShipment — Real-time tracking and status
  • RequestPickup — Schedule carrier pickups
  • VerifyAddress — Validate shipping addresses
  • GetTransactions — Financial and billing data

Ready to ship smarter with NoviShip?

Join 9,000+ businesses using TotalShip's proprietary platform.