For Business

The logistics layer your Shopify store has been waiting for.

One API. One contract. Every speed, every postcode. Already moving 300,000 parcels a week for British brands.

// Create a shipment
POST https://api.parcelane.co.uk/v1/shipments
Authorization: Bearer pk_live_••••••

{
  "service": "express_24",
  "to":   { "postcode": "M2 6AT", "name": "A. Whitford" },
  "from": { "postcode": "E1 7AA" },
  "parcel": { "weight_g": 1400 }
}
→ 200 OK · tracking PCL-9F7A2K