Jeebly
POST https://demo.jeebly.com/customer/create_shipment

Create Shipment

Submit a new shipment to Jeebly. Provide pickup & drop-off details, payment type and load metadata. Required fields are marked.

API Guide
TIMESTATUSUSER AGENT
just now Try It!

Body Params application/json

required = mandatory
{
  "status": "success",
  "code": 200,
  "data": {
    "consignment_number": "JBL-2026-0001234",
    "awb_url": "https://demo.jeebly.com/awb/JBL-2026-0001234.pdf",
    "tracking_url": "https://track.jeebly.com/JBL-2026-0001234",
    "pickup_date": "2026-02-18",
    "estimated_delivery": "2026-02-19"
  }
}
{
  "status": "error",
  "code": 400,
  "message": "Validation failed",
  "errors": [
    { "field": "delivery_type", "message": "Only 'Next day' or 'Same day' is accepted" },
    { "field": "weight", "message": "weight must be an integer" }
  ]
}