doordash · GraphQL Specification

DoorDash GraphQL Schema

This conceptual GraphQL schema models the DoorDash platform's core domains: on-demand delivery logistics (Drive API), marketplace order management, menu and catalog operations, and reporting. DoorDash's public APIs are REST-based (documented at [developer.doordash.com](https://developer.doordash.com/)), but this schema represents the underlying resource graph that those APIs expose, structured as GraphQL types for integration, tooling, and documentation purposes.

Documentation Endpoint View on GitHub GraphQL

Overview

DoorDash GraphQL Schema is a GraphQL API specification published by doordash on the APIs.io network.

This conceptual GraphQL schema models the DoorDash platform’s core domains: on-demand delivery logistics (Drive API), marketplace order management, menu and catalog operations, and reporting. DoorDash’s public APIs are REST-based (documented at developer.doordash.com), but this schema represents the underlying resource graph that those APIs expose, structured as GraphQL types for integration, tooling, and documentation purposes.

The specification includes 4 reference links.

Endpoint

References

Related API Specs

DoorDash Drive API (OpenAPI) DoorDash Drive Classic API (OpenAPI) DoorDash Marketplace API (OpenAPI) DoorDash Item Management API (OpenAPI) DoorDash Reporting API (OpenAPI)
Back to doordash · All GraphQL Specs · GitHub