Saltar al contenido principal

Sample Self-Delivery Order

The order json represents data that DoorDash will send after order placement for a store that delivers their own orders placed on DoorDash Marketplace:

Please refer to model above for field definitions

{
"id": "0nb24d02-e25f-4acb-aeb0-e387b1335791",
"tax": 94,
"subtotal": 1564,
"estimated_pickup_time": "2020-12-16T13:00:04.261429+00:00",
"is_pickup": false,
"tip_amount": 100,
"order_special_instructions": "",
"delivery_address": {
"city": "Atlanta",
"subpremise": "205",
"address_instructions": "Leave at my door:Building 23 Red doormat",
"state": "GA",
"street": "1234 May Ave SE",
"lat": "42.1234567",
"lng": "-83.1234567",
"zip_code": "30316",
"country_code": "US"
},
"consumer": {
"id": 42298631,
"first_name": "Kelley",
"last_name": "B",
"email": "[email protected]",
"phone": "1231234567"
},
"store": {
"merchant_supplied_id": "601135",
"provider_type": "posprovider_1",
"timezone": "US/Eastern"
},
"categories": [
{
"merchant_supplied_id": "10033",
"name": "Breakfast",
"items": [
{
"name": "Plain Bagel",
"quantity": 1,
"price": 149,
"merchant_supplied_id": "780709",
"consumer_name": "Kelley",
"extras": [
{
"merchant_supplied_id": "Toast & Slice",
"name": "Toast & Slice",
"options": [
{
"name": "Sliced & Toasted",
"quantity": 1,
"price": 0,
"merchant_supplied_id": "780471",
"extras": []
}
]
}
],
"special_instructions": ""
},
{
"merchant_supplied_id": "Eggs",
"name": "Eggs",
"options": [
{
"name": "Folded Egg White (30 Cal.)",
"quantity": 1,
"price": 109,
"merchant_supplied_id": "K:90136",
"extras": []
}
]
}
],
"special_instructions": ""
}
],
"delivery_short_code": "897176",
"tax_transaction_id": "6db24d02-e25f-4acb-aeb0-e387b1335791",
"delivery_fee": 299,
"taxes_on_fees": 18,
"extra_cart_order_fee": 0,
"commission_type": "dashpass",
"is_tax_remitted_by_doordash": true,
"tax_amount_remitted_by_doordash": 94,
"estimated_pickup_time": "2021-04-15T12:02:08.775330+00:00",
"fulfillment_type": "mx_delivery"
}