Jeebly
Welcome to the Developer Portal

Connect Your Business With Jeebly

Connect Jeebly to your store and start fulfilling orders instantly, no development required. Our pre-built plugins sync your orders, automate shipping and stream real-time tracking updates.

99.99% API uptime UAE-wide coverage Bank-grade security

E-Commerce Plugins

Use Jeebly e-commerce plugins to sync orders, print AWB labels and track shipments in Jeebly.

  • Auto-sync orders to Jeebly
  • Same-day and next-day delivery support
  • AWB label printing
  • Shipment tracking and status updates

Scheduled Delivery API

Designed for businesses that need reliable, planned deliveries with full lifecycle control.

  • Create scheduled delivery orders
  • Generate AWB labels
  • Track shipments in real time
  • Cancel delivery orders before pickup
  • Receive webhook updates on status changes
Use cases
E-commerce order fulfillment B2B logistics workflows Marketplace deliveries
Try the API
scheduled-order.js
const order = await jeebly.scheduled.create({
  pickupDate: "2024-03-15",
  sender: {
    name: "Store Inc",
    address: "Dubai, UAE"
  },
  recipient: {
    name: "Alex Lee",
    phone: "+971XXXXXXX"
  }
});

// Generate shipping label
const label = await order.generateLabel();

Express Delivery API

Built for speed and on-demand use cases where time matters.

  • Create express delivery orders
  • Schedule pickup and drop time
  • Choose vehicle types (bike or car)
  • Track express shipments live
  • Cancel delivery orders before pickup
  • Receive webhook updates on status changes
Use cases
Food and grocery delivery Hyperlocal Document and parcel delivery
Try the API
express-order.js
const express = await jeebly.express.create({
  vehicleType: "bike",
  pickupTime: "asap",
  pickup: {
    lat: 25.2048,
    lng: 55.2708,
    address: "Downtown Dubai"
  },
  dropoff: {
    lat: 25.1123,
    lng: 55.1891,
    address: "Dubai Marina"
  }
});

// Live tracking URL
console.log(express.trackingUrl);

Platform and Aggregator Integrations

Already using a logistics or fulfilment platform? Jeebly integrates smoothly with leading aggregators.

  • Connect fulfilment data across systems
  • Unified tracking and reporting
  • Easy scaling without system changes
Amazon Self-Ship
Carriyo
ClickPost
Cartlee
Anchanto
O2mart
ZOHO
Matjr
OTO
REAL-TIME UPDATES

Real-Time Webhooks

Get instant updates for every shipment event. Keep your system in sync without polling the API.

Supported events - click to preview payload
Pickup Scheduled Pickup Completed Out for Delivery Delivered Undelivered Rescheduled RTO Cancelled
webhook-payload.json
PICK YOUR PATH

Choose an Integration Path by Workflow

Whether you run a Shopify storefront, a custom commerce stack, or a multi-platform fulfilment setup - there's a Jeebly path designed for you.

If You Are…
Best Option
Running a Shopify or WooCommerce store
E-commerce plugins Install plugin
Need custom workflows
Jeebly API View API docs
Already using logistics tools
Platform Integrations Browse platforms

Ready to Deliver Joy at Scale?

Get your API keys and start moving in minutes.