Skip to main content

Get Quote Example


Get Quote — Sample Request

{
"order_fulfillment_method": "parcel",
"pickup_business_name": "Best Clothing Brand",
"external_delivery_id": "",
"pickup_external_business_id": "BestClothingBrand",
"origin_facility_id": "BestClothingBrand-CA-1",
"dropoff_address": "1301 Ridgeview Ste 100, Lewisville, TX, 75057",
"dropoff_address_components": {
"street_address": "1301 Ridgeview Ste 100",
"city": "Lewisville",
"state": "TX",
"zip_code": "75057",
"country": "US"
},
"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": false,
"order_value": 1999,
"currency": "USD",
"items": [
{
"name": "Package Name",
"description": "Package Description",
"quantity": 1,
"volume": 5.3,
"weight": 2.0,
"price": 1000,
"height": 12,
"width": 10,
"length": 16
}
],
"contactless_dropoff": true,
"dropoff_requires_signature": false
}

Get Quote — Sample Response

{
"external_delivery_id": "DDDF1Y7VSL3ZE95SM",
"currency": "USD",
"delivery_status": "quote",
"fee": 1200,
"order_fulfillment_method": "parcel",
"pickup_address": "1301 Ridgeview Ste 100, Lewisville TX 75057-6018, United States",
"pickup_business_name": "Best Clothing Brand",
"pickup_phone_number": "+18003772753",
"pickup_reference_tag": "DDDF1Y7VSL3ZE95SM",
"pickup_external_business_id": "BestClothingBrand",
"pickup_external_store_id": "DAL-8",
"dropoff_address": "1301 Ridgeview Ste 100, Lewisville TX 75057-6018, United States",
"dropoff_location": {
"lat": 33.02589,
"lng": -96.980958333
},
"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": false,
"dropoff_options": {
"signature": "none",
"id_verification": "none",
"proof_of_delivery": "none",
"catering_setup": "none"
},
"dropoff_address_components": {
"street_address": "1301 Ridgeview Ste 100",
"sub_premise": "Ste 100",
"city": "Lewisville",
"state": "TX",
"zip_code": "75057",
"country": "United States"
},
"order_value": 1999,
"items": [
{
"name": "Package Name",
"quantity": 1,
"description": "Package Description",
"volume": 5.3,
"weight": 2.0,
"length": 16.0,
"width": 10.0,
"height": 12.0,
"price": 1000,
"barcode": "DDDF1Y7VSL3ZE95SM"
}
],
"updated_at": "2025-12-05T16:49:20.483333Z",
"pickup_time_estimated": "2025-12-07T19:40:41Z",
"dropoff_time_estimated": "2025-12-07T20:00:00Z",
"fee_components": [],
"tax": 0,
"tax_components": [],
"tracking_url": "https://track.doordash.com/order/cabd7d45-bac0-4e09-b93f-9cacce5cf82f/track",
"contactless_dropoff": true,
"action_if_undeliverable": "return_to_pickup",
"tip": 0,
"order_contains": {
"alcohol": false,
"pharmacy_items": false,
"age_restricted_pharmacy_items": false,
"tobacco": false,
"hemp": false,
"otc": false
},
"dropoff_requires_signature": false,
"dropoff_cash_on_delivery": 0
}