Zephiel API

Shipping Rates

Free tier

Live carrier quotes and label generation for 90 couriers.

4.712 reviewsby Northwind Data18k subscribers
shippingcourierslabelstrackingcheckout

Starts at

$26/mo

Choose a plan

Create a free account to subscribe.

Latency
240ms
Uptime
99.96%
Endpoints
4

About this API

Compare rates across national posts and private couriers in one call, then buy and print the label without leaving your checkout. Covers dimensional weight, customs documentation, insurance, and pickup scheduling, with tracking webhooks through to delivery.

Common use cases

Rate shopping at checkout
Automated label printing
Cross-border customs paperwork
Delivery tracking notifications

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/shipping-rates/rates" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "origin": "NG-LA",
  "destination": "GB-LON",
  "weight_kg": 2.4,
  "rates": [
    { "carrier": "DHL", "service": "Express", "amount": 84.20, "days": 3 },
    { "carrier": "UPS", "service": "Saver", "amount": 71.90, "days": 5 }
  ]
}

Related APIs in E-commerce & Multistore