> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unicyfalcon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Delivery

> Create a new delivery

## Request Body

```json theme={null}
{
  "order_id": 123,
  "driver_id": 456,
  "pickup_address_id": 789,
  "dropoff_address_id": 101,
  "status": "scheduled",
  "tracking_number": "TRACK-2025-001",
  "pickup_at": "2025-10-28T10:00:00Z",
  "dropoff_at": "2025-10-28T14:00:00Z",
  "notes": "string",
  "delivery_cost": 25.00
}
```

## Response

**201 Created** with the created delivery object.
