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.
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
}]
}'One integration, full shipping capabilities. Rate shopping, label generation, tracking, and more.
Get real-time shipping rates from multiple carriers with a single API call. Compare prices instantly.
Create and print shipping labels programmatically. PDF, PNG, and ZPL formats supported.
Track shipments with live status updates. Get webhook notifications for every status change.
Validate and normalize shipping addresses before creating labels. Reduce failed deliveries.
Receive real-time event notifications. Shipment created, delivered, tracking updates, and more.
FedEx today, more carriers coming. One API to access all carriers operating in Ghana.
Three steps to ship from your platform.
Sign up, get your API key from the dashboard, and configure your scopes.
Add a few lines of code to get rates, create labels, and track shipments from your app.
Your customers see live rates and tracking on your site. We handle the carrier complexity.