the shipping api
for Ghana

Integrate shipping into your app with a single API. Live rates, labels, and real-time tracking across multiple carriers — built for businesses shipping from Ghana.

get-rates.sh
curl -X POST https://api.serianshipkit.com/api/v1/rates \
  -H "Authorization: Bearer sk_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "shipper": {
      "name": "Warehouse",
      "street1": "12 Independence Ave",
      "city": "Accra",
      "state": "GA",
      "zip": "00233",
      "country": "GH"
    },
    "recipient": {
      "name": "Customer",
      "street1": "350 Fifth Avenue",
      "city": "New York",
      "state": "NY",
      "zip": "10118",
      "country": "US"
    },
    "parcels": [{
      "length": 20, "width": 15,
      "height": 10, "weight": 2.5
    }]
  }'

everything you need

One integration, full shipping capabilities. Rate shopping, label generation, tracking, and more.

Live Rates

Get real-time shipping rates from multiple carriers with a single API call. Compare prices instantly.

Shipping Labels

Create and print shipping labels programmatically. PDF, PNG, and ZPL formats supported.

Real-Time Tracking

Track shipments with live status updates. Get webhook notifications for every status change.

Address Validation

Validate and normalize shipping addresses before creating labels. Reduce failed deliveries.

Webhooks

Receive real-time event notifications. Shipment created, delivered, tracking updates, and more.

Multi-Carrier

FedEx today, more carriers coming. One API to access all carriers operating in Ghana.

how it works

Three steps to ship from your platform.

01
1

Create Your Account

Sign up, get your API key from the dashboard, and configure your scopes.

02
2

Integrate the API

Add a few lines of code to get rates, create labels, and track shipments from your app.

03
3

Start Shipping

Your customers see live rates and tracking on your site. We handle the carrier complexity.

ready to ship?

Create your account and get your API key in under a minute.

Get Your API Key