get_delivery

Function get_delivery 

Source
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

NameTypeDescription
customer_idstringUnique identifier for the organization. Either UUID or starts with cus_.
delivery_idstringUnique identifier for the delivery. Always starts with del_.