End-to-end logistics solutions that power your ecommerce business. Fast, reliable, and built for scale.
Fast Delivery
Nationwide & interstate
Secure & Safe
Your packages, protected
Real-Time Tracking
Live status, every step
What we offer
From a single parcel across town to a warehouse full of inventory, all on one platform and one API.
Same-day drop-off anywhere in the city, powered by our live agent network and distance-aware dispatch, so the nearest available rider gets the job every time.
Interstate delivery across Nigeria with predictable, transparent pricing.
Store inventory and let us pick, pack, and ship for your ecommerce store.
A public tracking link for every shipment, from pickup to doorstep.
About 7feastr
7feastr is a single real-time dispatch infrastructure with two layers: a food delivery layer connecting kitchens, riders, and customers across Nigeria, and 7feastr Logistics, a shipping API and dashboard layer built for ecommerce businesses.
7feastr
Food deliveryConnecting kitchens, riders, and hungry customers across Nigeria.
7feastr Logistics
Shipping APIThe same dispatch engine, packaged as an API any ecommerce business can plug into.
Every order deserves to arrive on time. Every business deserves delivery infrastructure it doesn't have to build itself. That's the whole point of 7feastr Logistics.
Built for developers
A single REST API for rate quotes, shipment creation, live status, and public tracking. Sandbox and production share the same endpoints. The environment is resolved from your API key.
Read the full API referenceconst res = await fetch("https://api.7feastr.com/api/v1/logistics/v1/shipments", {
method: "POST",
headers: {
Authorization: "Bearer SB_your_api_key",
"Content-Type": "application/json",
},
body: JSON.stringify({
pickupAddress: "12 Admiralty Way, Lekki Phase 1",
pickupCity: "Lagos",
pickupState: "Lagos",
dropoffAddress: "5 Allen Avenue, Ikeja",
dropoffCity: "Lagos",
dropoffState: "Lagos",
packageWeightKg: 2.5,
pickupContactName: "Jane Doe",
pickupContactPhone: "+2348012345678",
pickupContactEmail: "jane@store.com",
recipientName: "John Smith",
recipientPhone: "+2348098765432",
recipientEmail: "john@example.com",
}),
});
const { data: shipment } = await res.json();
console.log(shipment.trackingCode); // SHP-20260731-A1B2C3D4Simple process
No lengthy onboarding. Get a sandbox key and ship your first test parcel today.
Sign up and generate a free sandbox key from your merchant dashboard. No card required.
Send pickup and dropoff details to get an instant, transparent price and ETA.
Confirm the quote and we dispatch the nearest available agent automatically.
Share the public tracking link with your customer, or poll live status from your backend.
Merchant dashboard
Create shipments, generate API keys, configure webhooks, fund your wallet, and invite your team, with no separate app to install.
Open the dashboardShipments
Create & track
API & Wallet
Keys, webhooks, funding
Team
Invite your ops team
Join businesses across Nigeria shipping faster and more reliably with 7feastr Logistics.
Get in touch
Questions about integrating 7feastr Logistics, pricing, or coverage? Our team typically replies within one business day.