AsyncAPI channel · grubhub · Grubhub Order Events

/webhook/orders

Channel for receiving order notification events. Grubhub posts webhook payloads to the partner's configured endpoint when order events occur.

Provider: grubhub AsyncAPI: v2.6.0 Spec: Grubhub Order Events Operations: 1 Messages: 4

Channel address

/webhook/orders

Operations

publish
receiveOrderEvent
Receive order notification events

Messages

NewOrder
A new order has been placed by a diner on Grubhub and is ready for the partner to process.
Content-Type: application/json
OrderStatusChange
An order's status has changed in the Grubhub system, such as moving to confirmed, in progress, or ready states.
Content-Type: application/json
OrderCancellation
An order has been cancelled by either the diner or the Grubhub system.
Content-Type: application/json
OrderChangeRequest
A change has been requested for an existing order, such as item modifications or special instruction updates.
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.