Home
Doordash
Doordash Classic Delivery Structure
Doordash Classic Delivery Structure
ClassicDelivery structure from DoorDash API
Type: object
Properties: 16
ClassicDelivery is a JSON Structure definition published by Doordash, describing 16 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
external_delivery_id
delivery_status
fee
currency
tip
pickup_address
dropoff_address
pickup_time_estimated
pickup_time_actual
dropoff_time_estimated
dropoff_time_actual
dasher_id
dasher_name
tracking_url
created_at
updated_at
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/doordash/refs/heads/main/json-structure/doordash-classic-delivery-structure.json",
"name": "ClassicDelivery",
"description": "ClassicDelivery structure from DoorDash API",
"type": "object",
"properties": {
"external_delivery_id": {
"type": "string",
"description": "The unique external delivery ID.",
"example": "D-12345"
},
"delivery_status": {
"type": "string",
"description": "The current status of the delivery.",
"enum": [
"created",
"confirmed",
"enroute_to_pickup",
"arrived_at_pickup",
"picked_up",
"enroute_to_dropoff",
"arrived_at_dropoff",
"delivered",
"cancelled",
"returned"
],
"example": "created"
},
"fee": {
"type": "int32",
"description": "The delivery fee in cents.",
"example": 42
},
"currency": {
"type": "string",
"description": "The currency code.",
"example": "USD"
},
"tip": {
"type": "int32",
"description": "The tip amount in cents.",
"example": 42
},
"pickup_address": {
"type": "string",
"description": "The pickup address.",
"example": "901 Market St, San Francisco, CA 94105"
},
"dropoff_address": {
"type": "string",
"description": "The dropoff address.",
"example": "901 Market St, San Francisco, CA 94105"
},
"pickup_time_estimated": {
"type": "datetime",
"description": "The estimated pickup time.",
"example": "2026-06-02T14:30:00Z"
},
"pickup_time_actual": {
"type": "datetime",
"description": "The actual pickup time.",
"example": "2026-06-02T14:30:00Z"
},
"dropoff_time_estimated": {
"type": "datetime",
"description": "The estimated dropoff time.",
"example": "2026-06-02T14:30:00Z"
},
"dropoff_time_actual": {
"type": "datetime",
"description": "The actual dropoff time.",
"example": "2026-06-02T14:30:00Z"
},
"dasher_id": {
"type": "int32",
"description": "The assigned Dasher's ID.",
"example": 42
},
"dasher_name": {
"type": "string",
"description": "The assigned Dasher's first name.",
"example": "Acme Pickup Store"
},
"tracking_url": {
"type": "uri",
"description": "A URL for tracking the delivery.",
"example": "https://example.com/path/abc123"
},
"created_at": {
"type": "datetime",
"description": "When the delivery was created.",
"example": "2026-06-02T14:30:00Z"
},
"updated_at": {
"type": "datetime",
"description": "When the delivery was last updated.",
"example": "2026-06-02T14:30:00Z"
}
}
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/doordash-classic-delivery-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.