Test Name | Test Description | Success |
---|---|---|
Price Estimates | returns an estimated price range for each product offered at a given location - /v1/estimates/price | |
Products | returns information about the Uber products offered at a given location - /v1/products | |
Promotions | returns information about the promotion that will be available to a new user based on their activity's location - /v1/promotions | |
Time Estimate | returns ETAs for all products offered at a given location - /v1/estimates/time |
Test Name | Test Description | Success |
---|---|---|
GET deliveries | Get a list of all deliveries, ordered chronologically by time of creation - /v1/deliveries | |
POST deliveries | The Delivery endpoint allows a delivery to be requested given the delivery information and quote ID - /v1/deliveries |