- DATE:
- AUTHOR:
- The Toast - API team
New orders updated webhook
The Toast platform includes a new orders updated webhook. You can use the orders updated webhook to receive order updates as they occur. The orders updated webhook provides details about new orders, and updates to existing orders. When a restaurant makes any update to an order, or creates a new order, the orders webhook sends an HTTP request to an endpoint you specify using the order_updated webhook event.
The HTTP request that you receive includes:
The Toast platform unique identifier (GUID) of the order_updated event.
A timestamp value indicating when an order is updated or created.
An Order object containing the complete order information.
The Toast platform unique identifier (GUID) for the restaurant that made the update.
For more information about the new orders webhook, see Orders webhook.
Note
If your integration currently polls the/ordersBulk
endpoint of the orders API for new and updated orders, Toast support recommends evaluating the orders updated webhook for a more efficient integration.