Create a Delivery
POST https://openapi.doordash.com/drive/v2/deliveries
This request creates a new delivery that will be picked up as soon as a Dasher is available.
Request Body
{"external_delivery_id"=>"{{external_delivery_id}}", "pickup_address"=>"600 4th Ave, Seattle, WA 98101", "pickup_business_name"=>"Seattle City Hall", "pickup_phone_number"=>"+12065551212", "pickup_instructions"=>"Knock on the front door", "pickup_reference_tag"=>"Order for the Sounders Mascot", "dropoff_address"=>"800 Occidental Ave S, Seattle, WA 98134", "dropoff_business_name"=>"Lumen Field", "dropoff_phone_number"=>"+12065551212", "dropoff_instructions"=>"Enter gate code 1234 on the callbox.", "dropoff_contact_given_name"=>"Sammy the", "dropoff_contact_family_name"=>"Sounder", "dropoff_contact_send_notifications"=>true, "scheduling_model"=>"asap", "order_value"=>1999, "tip"=>599, "currency"=>"USD", "contactless_dropoff"=>false, "action_if_undeliverable"=>"return_to_pickup"}