pub async fn get_delivery(
access_token: &str,
customer_id: &str,
delivery_id: &str,
) -> Result<(GetDeliveryResponse, String), UberError>Expand description
Retrieve the current status of an existing delivery
ยงRequest Path Parameters
| Name | Type | Description |
|---|---|---|
| customer_id | string | Unique identifier for the organization. Either UUID or starts with cus_. |
| delivery_id | string | Unique identifier for the delivery. Always starts with del_. |