Properties
| Name | Type | Description |
|---|---|---|
| external_delivery_id | string | A unique identifier for this delivery. |
| pickup_address | string | The full street address for the pickup location. |
| pickup_business_name | string | The business name at the pickup location. |
| pickup_phone_number | string | The phone number at the pickup location. |
| pickup_instructions | string | Special instructions for the Dasher at pickup. |
| dropoff_address | string | The full street address for the dropoff location. |
| dropoff_business_name | string | The business name at the dropoff location. |
| dropoff_phone_number | string | The phone number at the dropoff location. |
| dropoff_instructions | string | Special instructions for the Dasher at dropoff. |
| dropoff_contact_given_name | string | The first name of the dropoff contact. |
| dropoff_contact_family_name | string | The last name of the dropoff contact. |
| order_value | integer | The total value of the order in cents. |
| tip | integer | The tip amount in cents. |
| pickup_time | string | The requested pickup time in UTC. |
| dropoff_time | string | The requested dropoff time in UTC. |
| contains_alcohol | boolean | Whether the order contains alcohol. |
| external_business_id | string | The external business ID to associate with this delivery. |
| external_store_id | string | The external store ID to associate with this delivery. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/doordash/refs/heads/main/json-schema/doordash-classic-delivery-request-schema.json",
"title": "ClassicDeliveryRequest",
"description": "ClassicDeliveryRequest schema from DoorDash API",
"type": "object",
"properties": {
"external_delivery_id": {
"type": "string",
"description": "A unique identifier for this delivery.",
"example": "D-12345"
},
"pickup_address": {
"type": "string",
"description": "The full street address for the pickup location.",
"example": "901 Market St, San Francisco, CA 94105"
},
"pickup_business_name": {
"type": "string",
"description": "The business name at the pickup location.",
"example": "Acme Pickup Store"
},
"pickup_phone_number": {
"type": "string",
"description": "The phone number at the pickup location.",
"example": "+15555551234"
},
"pickup_instructions": {
"type": "string",
"description": "Special instructions for the Dasher at pickup.",
"example": "Leave at the front desk."
},
"dropoff_address": {
"type": "string",
"description": "The full street address for the dropoff location.",
"example": "901 Market St, San Francisco, CA 94105"
},
"dropoff_business_name": {
"type": "string",
"description": "The business name at the dropoff location.",
"example": "Acme Pickup Store"
},
"dropoff_phone_number": {
"type": "string",
"description": "The phone number at the dropoff location.",
"example": "+15555551234"
},
"dropoff_instructions": {
"type": "string",
"description": "Special instructions for the Dasher at dropoff.",
"example": "Leave at the front desk."
},
"dropoff_contact_given_name": {
"type": "string",
"description": "The first name of the dropoff contact.",
"example": "Acme Pickup Store"
},
"dropoff_contact_family_name": {
"type": "string",
"description": "The last name of the dropoff contact.",
"example": "Acme Pickup Store"
},
"order_value": {
"type": "integer",
"description": "The total value of the order in cents.",
"example": 42
},
"tip": {
"type": "integer",
"description": "The tip amount in cents.",
"example": 42
},
"pickup_time": {
"type": "string",
"format": "date-time",
"description": "The requested pickup time in UTC.",
"example": "2026-06-02T14:30:00Z"
},
"dropoff_time": {
"type": "string",
"format": "date-time",
"description": "The requested dropoff time in UTC.",
"example": "2026-06-02T14:30:00Z"
},
"contains_alcohol": {
"type": "boolean",
"description": "Whether the order contains alcohol.",
"example": true
},
"external_business_id": {
"type": "string",
"description": "The external business ID to associate with this delivery.",
"example": "D-12345"
},
"external_store_id": {
"type": "string",
"description": "The external store ID to associate with this delivery.",
"example": "D-12345"
}
},
"required": [
"external_delivery_id",
"pickup_address",
"dropoff_address"
]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/doordash-classic-delivery-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.