- DATE:
- AUTHOR:
- The Toast - API team
Webhooks
New guest order fulfillment status webhook
DATE:
AUTHOR:
The Toast - API team
The Toast platform includes a new guest order fulfillment status webhook. The guest order fulfillment status webhook sends a message when the restaurant’s kitchen moves an order from one fulfillment stage to another. For example, when an order is ready for guest pickup, it transitions from the IN_PREPARATION
status to the READY_FOR_PICKUP
status.
The message payload includes:
The
guestOrderStatus
provides information about the current status of the guest’s order.A
lastUpdated
timestamp to indicate when the order’sguestOrderStatus
was last changed in ISO 8601 format.
For more information about the new guest order fulfillment status webhook, see Guest order fulfillment status webhook.