Update order prep time
POST/manager/order/v1/sources/:source/orders/:orderId/prep-time
Rate limit
32 requests per minuteUpdates the estimated preparation time (in minutes) for the order of the given source, e.g. when the kitchen revises its estimate after the order was confirmed. Unlike the other manager endpoints, this one uses the orders.update scope. Processed asynchronously; returns 202 Accepted.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
The order new preparation time was successfully accepted.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.