Event callbacks
The Connect platform can send callbacks (also known as webhooks) to your retailer site when an order changes status. Work with your Instacart Connect representative to enable the callbacks that make sense for your fulfillment workflows. To receive callbacks, you need to create webhooks that include an endpoint for OAuth 2.0 authentication. For more information, see Authentication for callbacks. The order in which event callbacks are sent or received is not guaranteed. For more information, see Callback errors and retries.
In some cases, you might receive the same callback status multiple times for the same order. This can occur when an order transitions back to a previous status, which then causes some of the steps in the workflow to be repeated.
The following table lists the available callbacks and identifies which fulfillment workflows can use them.
Callbacks | Delivery | Pickup | Last mile delivery |
---|---|---|---|
Brand new | ✅ | ✅ | ✅ |
Acknowledged | ✅ | ✅ | ✅ |
Picking | ✅ | ✅ | ❌ |
Order item replacement | ✅ | ✅ | ❌ |
Order item refund | ✅ | ✅ | ❌ |
Checkout | ✅ | ✅ | ❌ |
Delivering | ✅ | ❌ | ✅ |
Order location | ✅ | ❌ | ✅ |
Late delivery | ✅ | ❌ | ✅ |
Customer missing | ✅ | ❌ | ✅ |
Staged | ✅ 1 | ✅ | ✅ |
Customer acknowledged | ❌ | ✅ | ❌ |
Pickup runner started | ❌ | ✅ | ❌ |
Unable to find customer | ❌ | ✅ | ❌ |
Runner not found | ❌ | ✅ | ❌ |
Pickup Geofence reached | ❌ | ✅ | ❌ |
Late pickup | ❌ | ✅ | ❌ |
Delivered | ✅ | ✅ | ✅ |
Rescheduled | ✅ | ✅ | ✅ |
Canceled | ✅ | ✅ | ✅ |
Tip adjustment | ✅ | ❌ | ✅ |
At store | ❌ | ❌ | ✅ |
Acknowledged for delivery | ❌ | ❌ | ✅ |
Bags verified | ❌ | ❌ | ✅ |
Arrival at customer | ❌ | ❌ | ✅ |
At store ETA | ❌ | ❌ | ✅ |
Rating updated | ✅ |