Updates the delivery information of an order that uses the DELIVERY
dining option.
You can use this endpoint to update the delivery time, dispatch time, the
employee who is delivering the order, the delivery state, or a
combination of the four. Specify the Toast platform GUID of the
order in the PATCH
path parameters. Returns a JSON
Order
object if successful.
For more information, see the Toast Developer Guide.
A JSON deliveryInfo
object
containing the delivery information you want to update for an order.
This can be either the deliveredDate
, dispatchedDate
, deliveryState
, or
DeliveryEmployee
.
These are the only values you can update with this endpoint.
Success. The response body contains the full order JSON, including information you updated in the deliveryInfo
object.
The request contains data that is not supported by the API.
"string"