Create Delivery Quote

POST https://openapi.doordash.com/drive/v2/quotes

Request Body

{"external_delivery_id"=>"{{external_delivery_id}}", "locale"=>"en-US", "pickup_address"=>"901 Market Street 6th Floor San Francisco, CA 94103", "pickup_business_name"=>"Wells Fargo SF Downtown", "pickup_phone_number"=>"+16505555555", "pickup_instructions"=>"Enter gate code 1234 on the callbox.", "pickup_reference_tag"=>"Order number 61", "pickup_external_business_id"=>"ase-243-dzs", "pickup_external_store_id"=>"ase-243-dzs", "dropoff_address"=>"901 Market Street 6th Floor San Francisco, CA 94103", "dropoff_business_name"=>"Wells Fargo SF Downtown", "dropoff_phone_number"=>"+16505555555", "dropoff_instructions"=>"Enter gate code 1234 on the callbox.", "dropoff_contact_given_name"=>"John", "dropoff_contact_family_name"=>"Doe", "dropoff_contact_send_notifications"=>true, "order_value"=>1999, "currency"=>"USD", "pickup_time"=>"2018-08-22T17:20:28Z", "dropoff_time"=>"2018-08-22T17:20:28Z", "pickup_window"=>{"start_time"=>"2018-08-22T17:20:28Z", "end_time"=>"2018-08-22T17:20:28Z"}, "dropoff_window"=>{"start_time"=>"2018-08-22T17:20:28Z", "end_time"=>"2018-08-22T17:20:28Z"}, "contactless_dropoff"=>false, "action_if_undeliverable"=>"return_to_pickup", "tip"=>599, "order_contains"=>{"alcohol"=>false}}