Order Updated
This event will be sent when Stream recieves an update to the order status
NOTE: If using events for delivery purposes, understand that ready for pickup could be fired after a driver has already picked up the order based on the provided fulfillment time.
{
"type": "order.updated",
"location_id": "STREAM_LOCATION_1",
"reference_id": "PROVIDER_LOCATION_1",
"order": {
"id": "STREAM_ORDER_1234",
"status": "ready_for_pickup"
}
}