Skip to content
Rakhi 2026 — book early — Last booking dates for Rakshabandhan delivery are approaching. Rakhi 2026 — book early — Last booking dates for Rakshabandhan delivery are approaching.
Logi Move Express officials or representative s will Never ask you for your personal information i.e. your card details, password,pin,CVV, OTP,etc. Do not share these details with anyone over phone, sms, or email.
For developers

API and webhooks

One REST contract for every courier. Add the next carrier without touching your code.

What you can do with it

Get rates
Price a parcel across every courier on the account in one call.
Create shipments
Book, receive the waybill and pull the label as a PDF.
Track
Poll a shipment, or let webhooks tell you when it moves.
Pull invoices
Fetch GST invoices and settlement statements.
Subscribe to events
Signed webhooks for every status change, with retries.

POST /api/v1/rates

{
  "pickup_pincode":  282001,
  "drop_pincode":    110001,
  "weight_kg":       1.5,
  "dimensions_cm":   { "l": 20, "w": 15, "h": 10 },
  "payment_mode":    "prepaid"
}

200 OK

{
  "rates": [
    { "courier": "Delhivery",  "eta_days": 2, "total": 96.40 },
    { "courier": "Xpressbees", "eta_days": 3, "total": 88.20 }
  ]
}

Illustrative shape. Full reference is issued with your sandbox key.

Sandbox keys

Develop against a sandbox before touching a live wallet.

Signed webhooks

Every payload is signed, so you can verify it came from us.

Retries with backoff

A webhook your endpoint missed is retried, not dropped.

Reference docs

Endpoint reference, error codes and examples.

Sample requests

Copy-paste cURL for every endpoint.

Integration support

A person to ask while you build.

Start shipping today

Create an account, compare what your couriers would charge for a real parcel, and decide from there.