Core Differentiator

Custom Courier Engine

Build your own courier service with flexible rate matrices, custom service types, and white-label capabilities. Turn any business into a shipping platform in minutes.

Matrix Rates

Weight × Postcode combinations with multiple pricing models

Bulk Upload

Import thousands of rates via CSV in seconds

API-First

Full programmatic control over rates and services

Pricing Models

Bulk Rate Upload (CSV)

Upload thousands of rate combinations at once. CSV format supports all pricing models:

origin_postcode,dest_postcode,min_weight,max_weight,base_rate,per_kg_rate,service_name
2000,2100,0,5,12.50,0.00,Standard
2000,2100,5.01,10,12.50,1.50,Standard
2000,2100,10.01,20,12.50,2.00,Standard
2000,3000,0,5,18.00,0.00,Express
2000,3000,5.01,10,18.00,2.00,Express
2000,4000,0,5,22.50,0.00,Express
2000,4000,5.01,10,22.50,2.50,Express

Columns:

  • origin_postcode - Sender postcode
  • dest_postcode - Recipient postcode
  • min_weight - Minimum weight (kg)
  • max_weight - Maximum weight (kg)
  • base_rate - Base price (AUD)
  • per_kg_rate - Per-kg surcharge (optional)
  • service_name - Service type (Standard, Express, etc.)

API Endpoints

POST/api/v1/custom-couriers

Create custom courier

GET/api/v1/custom-couriers

List your couriers

POST/api/v1/custom-couriers/{id}/rates/upload

Bulk upload rates (CSV)

GET/api/v1/custom-couriers/{id}/rates

List rates

POST/api/v1/rates?courier=custom

Get rate for shipment

Use Cases

3PL / Distribution Centers

Create custom courier services for each client with their own rate matrices and service levels

Regional Couriers

Offer multiple service types (Standard, Express, Same-Day) with different pricing per zone

E-commerce Platforms

Build a white-label shipping solution for your merchants with custom rates per merchant

Freight Forwarders

Define complex rate structures with weight brackets, distance tiers, and surcharges

Key Features

Unlimited custom couriers per organization

Unlimited rate entries per courier

Real-time rate calculation

Bulk CSV import with validation

Service type management (Standard, Express, etc.)

Cutoff time configuration per service

Weight bracket support

Postcode-based routing

Multi-currency support (AUD primary)

Rate versioning & history

A/B testing rates

Rate override for specific customers