Add delivery to your
app in minutes

Zippex is a plug-and-play delivery API. Pharmacies, restaurants, and local businesses integrate it to offer real delivery — no fleet, no marketplace, no hassle.

Public beta

Powering delivery for local businesses across British Columbia

The API

Three calls cover your entire delivery flow — from price quote to live tracking.

1Get a quote

Get a quote

Pass pickup and dropoff addresses with a package size. Get back a price, ETA, and a quote ID valid for 15 minutes.

  • Distance-based pricing with real-time rates
  • Express, standard, or scheduled options
  • Transparent fee breakdown in every response
Get a quote
curl https://api.zippex.com/v1/quotes \
  -H "Authorization: Bearer sk_live_..." \
  -d pickup="123 Pharmacy Ln" \
  -d dropoff="456 Oak Ave" \
  -d package_size="small"
2Create a delivery

Create a delivery

Use the quote ID to book. Add contacts, scheduling, and metadata. A driver is dispatched automatically.

  • Schedule for now or a future time window
  • Attach order metadata for your own tracking
  • Automatic driver matching and dispatch
Create a delivery
POST /v1/deliveries

{
  "quote_id": "qt_abc123",
  "pickup_contact": "Main St Pharmacy",
  "dropoff_contact": "Jane Doe",
  "schedule": "asap"
}
3Track in real-time

Track in real-time

Poll for live GPS and status updates, or subscribe to webhooks. Share a tracking page with your customer.

  • Live GPS location and ETA updates
  • Webhook events for every status change
  • Shareable tracking page for end customers
Track a delivery
GET /v1/deliveries/del_xyz789

{
  "status": "in_transit",
  "driver": {
    "name": "Alex",
    "eta": "8 min"
  },
  "live_tracking_url": "https://track.zippex.app/..."
}

Everything you need to ship

Built-in tools so you can focus on your product, not logistics infrastructure.

Secure payments

Secure payments

End-to-end encrypted transactions with Stripe-powered payouts

Webhooks

Webhooks

Real-time events for every status change — delivery.created through delivery.delivered

Tracking pages

Tracking pages

Branded, shareable tracking URLs for your customers — no app download required

Scheduled delivery

Scheduled delivery

Let customers pick a time window — we handle the dispatch timing automatically

Multi-stop routes

Multi-stop routes

Batch pickups and dropoffs into optimized routes for maximum efficiency

Transparent pricing

Transparent pricing

Distance-based quotes with full fee breakdowns — no hidden charges, ever

Built for every business

One API that plugs into your existing website and turns it into a delivery-enabled storefront.

Pharmacies

Pharmacies

Prescription and OTC delivery straight from your POS system

Restaurants

Restaurants

Food delivery on your own website, skip the fees

E-commerce

E-commerce

Last-mile delivery for online orders, same-day or scheduled

Local Retail

Local Retail

Ship from your storefront to nearby customers

How it works

Go from sign-up to live deliveries in an afternoon.

Get your API key
Step 1

Get your API key

Sign up, create a project, and grab your live or test key from the dashboard.

Integrate in minutes
Step 2

Integrate in minutes

Add a few lines of code to your checkout flow. Our REST API works with any stack.

Start delivering
Step 3

Start delivering

Your customers order on your site. We handle pickup, routing, and delivery.

Ready to start delivering?

Join businesses already using Zippex to power deliveries from their own platforms.