Integrate Your Store

Connect your e-commerce platform or in-house system to ParcelMtandao and start offering real-time shipping rates, label generation, and tracking to your customers.

Self-service onboarding ships in Block 1.x.
For now, get API keys by contacting us — we'll provision your company and credentials within one business day.

What you can do today via the REST API

  • GET /api/v1/offices — list pickup & dropoff locations available to your company
  • GET /api/v1/rate — quote a single shipment by route + weight + service type
  • GET /api/v1/rates/all — quote all service tiers at once for a route (rate comparison table)
  • POST /api/v1/shipments — create a confirmed shipment, get back a tracking number + barcode per parcel
  • GET /api/v1/track/{shipment_number} — pull live tracking + history for any of your shipments

Authentication

Every request needs two headers, issued to your company:

X-API-Key: <your_api_key>
X-API-Secret: <your_api_secret>

Keys carry a permission set (create_shipment, track, rates, webhooks, reports) — request only what you need.

Get API access

Email support@parcelmtandao.com with:

  • Your company name + contact person
  • Approximate monthly shipment volume
  • Which API methods you need (rate quoting only, or full create + track?)

Full docs + self-service signup arrive in the next iteration.