Skip to content

api-evangelist/sendle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sendle (sendle)

Sendle is a 100%-carbon-neutral parcel shipping service built for small businesses, offering door-to-door delivery in Australia, the United States, and Canada plus international shipping from AU and US to ~180 countries. The Sendle API exposes quoting, order creation, label retrieval, tracking, USPS SCAN-Form shipping manifests, and per-parcel tracking webhooks via HTTP Basic Authentication.

APIs.json: https://raw.githubusercontent.com/api-evangelist/sendle/refs/heads/main/apis.yml

Scope

  • Access: 3rd-Party

Tags

  • Shipping
  • Logistics
  • Last Mile
  • Parcels
  • E-commerce
  • Carbon Neutral
  • Small Business
  • Australia
  • United States
  • Canada

APIs

Sendle Orders API

Create, view, cancel, and return parcel orders. Supports domestic AU / US / CA orders plus international from AU and US (DAP and DDP Price Guaranteed) and from CA to US. Returns label URLs, tracking URL, full price + tax breakdown, scheduling, and route metadata. Idempotency-Key header is supported for safe retries.

Tags

  • Orders
  • Shipping
  • Labels

Properties

Sendle Products & Quoting API

Get one quote per shipping product for a given route. GET /products handles domestic and DAP international; POST /products adds DDP Price Guaranteed (duties + taxes included). Each quote includes plan, ETA, route classification, allowed packaging, and product code (e.g. STANDARD-PICKUP). The legacy GET /quote is deprecated.

Tags

  • Quoting
  • Products
  • Pricing

Properties

Sendle Tracking API

Retrieve all tracking events for a parcel by Sendle reference, or subscribe a parcel to webhook tracking updates. Webhooks deliver per-event JSON payloads to the account-level callback URL configured in the Sendle dashboard. Polling is rate-limited to 10 req/sec/IP; Sendle recommends webhooks over polling.

Tags

  • Tracking
  • Webhooks
  • Events

Properties

Sendle Shipping Manifests API

Create, list, download (PDF), and inspect USPS SCAN Form shipping manifests so a driver can pick up many US Domestic Sendle orders with a single barcode scan. Orders must be created the same day as the manifest; manifests are immutable once created.

Tags

  • Manifests
  • USPS
  • SCAN Form
  • US Domestic

Properties

Sendle Ping API

Cheap connectivity and credential test endpoint. Verifies that Sendle ID / API Key are correctly configured and that idempotency keys are being applied, without booking any real shipments.

Tags

  • Utility
  • Health Check

Properties

Common Properties

Maintainers

FN: Kin Lane Email: [email protected]

About

Sendle is a 100%-carbon-neutral parcel shipping service built for small businesses, offering door-to-door delivery in Australia, the United States, and Canada plus international shipping from AU and US to ~180 countries. The Sendle API exposes quoting, order creation, label retrieval, tracking, USPS SCAN-Form shipping manifests, and per-parcel…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors