EasyParcel API
Commercialby EasyParcel
Shipping aggregator API that quotes and books across multiple couriers in Singapore (and MY/TH/ID) in one integration, with prepaid credit billing. Good fit for SMEs comparing courier rates programmatically.
How to authenticate
- 1Register an EasyParcel SG account at easyparcel.com/sg.
- 2Request/enable API integration from the dashboard to get your API key.
- 3Use the demo host (demo.connect.easyparcel.sg) for testing.
- 4POST form-style payloads with your api key in the body per the docs (rate checking, then submit order, then pay order).
Example request
curl -X POST 'https://connect.easyparcel.sg/?ac=EPRateCheckingBulk' -d 'api=YOUR_KEY&bulk[0][pick_code]=059893&bulk[0][send_code]=408600&bulk[0][weight]=1'Example response
{"api_status":"Success","result":[{"rates":[{"courier_name":"Ninja Van","price":"5.90","currency":"SGD"}]}]}Notes for AI agents
The API is form-encoded with an unusual ac= action-name query param rather than REST paths. Orders draw down prepaid wallet credit; top up before submitting.
Machine-readable version: /api/apis/easyparcel
Related APIs
GrabExpress Delivery API
Grab
On-demand and same-day delivery API from Grab, letting merchants create, quote and track GrabExpress deliveries in Singapore and across SEA. Part of the wider Grab developer platform (deliveries, moca payments, partner integrations).
Lalamove API
Lalamove
On-demand delivery API for motorcycles, cars, vans and lorries in Singapore: get quotes, place orders, track drivers and receive webhooks. Self-serve sandbox makes it the easiest SG courier API to start with.
Ninja Van API
Ninja Van
Singapore-headquartered SEA logistics network with APIs for creating orders, generating waybills, tracking parcels and receiving webhook events. Standard choice for e-commerce parcel delivery in SG.