API v1.2 Stable

Logistics for
Builders.

Stop wrestling with SOAP APIs and legacy carriers. Parcelers provides a modern, RESTful infrastructure to build shipping, tracking, and returns into your product.

curl request
curl -X POST https://api.parcelers.com/v1/shipments \
  -u sk_test_4eC39HqLyjWDarjtT1zdp7dc: \
  -d service_level="express" \
  -d carrier="dhl" \
  -d to_address={
    "country": "PA",
    "city": "Panama City"
  }

# Response:
{
  "id": "shp_123456789",
  "tracking": "PCL-998877",
  "label_url": "https://..."
}

Webhooks

Real-time events for `shipment.created`, `tracking.updated`, and `delivery.completed`. No polling required.

Secure by Design

TLS 1.3, granular API scopes, and IP whitelisting. Enterprise-grade security for your shipments.

Typed SDKs

Official libraries for Node.js, Python, PHP, and .NET. Full IntelliSense support to code faster.

Ready to integrate?

Request your Sandbox API Keys and start testing today.