AsyncAPI channel · instacart · Instacart Connect Event Callbacks

/webhook

The retailer's configured webhook endpoint that receives event callbacks from Instacart Connect. Events are sent as HTTP POST requests. The same event notification may be delivered multiple times when an order reverts to a previous status.

Provider: instacart AsyncAPI: v2.6.0 Spec: Instacart Connect Event Callbacks Operations: 1 Messages: 12

Channel address

/webhook

Operations

publish
receiveEventCallback
Receive an Instacart Connect event callback

Messages

fulfillment.order_created
Sent when an order is successfully created in the Instacart system.
Content-Type: application/json
fulfillment.acknowledged
Sent when a shopper acknowledges and accepts the order.
Content-Type: application/json
fulfillment.picking
Sent when the shopper begins picking items for the order in the store.
Content-Type: application/json
fulfillment.staging
Sent when the order is being staged for delivery or pickup.
Content-Type: application/json
fulfillment.delivering
Sent when the order has left the store and is being delivered to the customer.
Content-Type: application/json
fulfillment.delivered
Sent when the order has been successfully delivered to the customer.
Content-Type: application/json
fulfillment.canceled
Sent when an order has been canceled.
Content-Type: application/json
fulfillment.rescheduled
Sent when an order will be fulfilled at a different time than originally scheduled.
Content-Type: application/json
fulfillment.late_delivery
Sent when the estimated delivery time has changed and the delivery will be later than originally scheduled.
Content-Type: application/json
fulfillment.order_item_replacement
Sent when a shopper replaces an item in the order with a substitute product.
Content-Type: application/json
fulfillment.order_item_refund
Sent when a shopper refunds an order item because it is unavailable and no suitable replacement is found.
Content-Type: application/json
fulfillment.customer_mia
Sent when the delivery driver arrives but cannot locate the customer at the delivery address.
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.