Beta Delivery Zone is in private beta and not yet open to customers — public launch coming soon.
Use case

Give your team a one-click postcode lookup tool

Get free API key Try postcode checker

The problem

Customer support agents and sales teams constantly field the question "do you deliver here?" Without a reliable lookup tool, they check spreadsheets, ask colleagues, or guess. Wrong answers create disappointed customers, failed deliveries, and unnecessary escalations.

How Delivery Zone solves it

Build a simple internal form that calls /v1/check and displays the result. Your team enters a postcode, sees immediately whether you deliver there, what zone it falls in, and what price applies — all in one place, always up to date.

Example API request

# Server-side: check whether a postcode can be delivered to
curl -X POST https://api.deliveryzone.fi/v1/check \
  -H "X-Api-Key: dz_live_..." \
  -H "Content-Type: application/json" \
  -d '{"destinationPostcode":"00100","basketValueCents":4500}'

# response
{
  "canDeliver": true,
  "zone": "Helsinki Center",
  "priceCents": 590,
  "reason": null
}

Example customer-facing message

We don’t deliver to this postcode. Please check the postcode or choose a different delivery address. Your order has not been charged.

Who this is for

Customer support teams
Sales operations
Logistics coordinators
Internal ops dashboards

Ready to add postcode validation?

Free plan. No credit card. Real setup help.