Skip to main content
POST
Create Delivery Request
Create a new delivery request in the system. The request will be visible to delivery partners who can then place bids.

Request Body

string
required
Full pickup location address including street, city, state and postal code
string
required
Full delivery destination address including street, city, state and postal code
string
required
Phone number of the recipient in E.164 format (e.g. +1234567890)
number
required
Estimated weight of the package in kilograms (max 500kg)
integer
required
Number of packages in the delivery (max 50)
string
Detailed description of the package contents and any special handling instructions
string
ISO 8601 formatted deadline for delivery completion (must be in the future)
boolean
Whether the delivery crosses state lines. Additional fees may apply.

Response

string
The unique identifier for the delivery request
string
Current status of the delivery request. Initially set to “PENDING”
string
ISO 8601 timestamp when the request was created
string
ID of the user who created the request
number
Estimated delivery price in USD based on distance and weight

Example Request