Update Order Ready Time
POST {{base_url}}/v1/delivery/order/{{order_id}}/update-ready-time
Allows updating the time that an Eats Order will be ready to be picked up by a delivery partner. This can only be called when the Order is in the Accepted State and has not been marked as READYTOHANDOFF in the preparationstatus. This endpoint will error out if canadjustreadyforpickuptime is false.
Request Body
{"ready_for_pickup_time"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
User-Agent | string |
RESPONSES
status: OK
""