Skip to main content
POST
Update Tracking Location
Update the current location and status of a delivery that is in progress. This endpoint should be called regularly while a delivery is in transit to provide real-time tracking updates.

Path Parameters

string
required
The unique identifier of the delivery request

Request Body

number
required
Current latitude coordinate of the delivery vehicle
number
required
Current longitude coordinate of the delivery vehicle
string
Updated delivery status (IN_TRANSIT, DELIVERED)
string
Optional notes about the current location or status update

Response

string
The unique identifier of the delivery request
string
Current status of the delivery
object
Current location details
string
Any provided notes for this update

Example Request