Developers · v1

The shipping API your
storefront actually wants.

Quote multi-carrier rates, buy + refund labels, and subscribe to shipment events from any backend. JSON in and out, bearer-token auth, flat $0.08 per label.

  • Bearer-token auth + scopes
  • Signed webhook deliveries
  • $0.08 per label, no monthly fee
POST /api/v1/labels/createLive
$ curl -X POST shiponline.app/api/v1/labels/create \
  -H "Authorization: Bearer shp_live_…" \
  -d '{
    "fromAddress": { "zip": "94103", ... },
    "toAddress": { "zip": "10001", ... },
    "parcel": { "lengthIn": 10, ... },
    "serviceCategory": "standard"
  }'
201 Createdapplication/json~340ms
{
  "id": "cm123abc",
  "status": "purchased",
  "carrier": "USPS",
  "service": "Priority",
  "trackingCode": "9405511…",
  "labelUrl": "https://…/cm123abc.pdf",
  "chargeAmountCents": 695
}
$0.08 per label
Start building today

Free signup. Flat $0.08 per label.

No monthly developer-tier, no rate-fetch fee on the first three quotes per shipment. Token creation takes 30 seconds.

  • No card to start
  • Labels in 60 seconds
  • Up to 70% off retail