Order API Grubtech Endpoints
Driver Arrived
The Driver Arrived endpoint should be triggered when updating the order status to indicate that the delivery driver has reached the destination. This status update is applicable only if the delivery is being managed by the order platform itself, rather than a third-party service.
post/{applicationId}/orders/{orderId}/driver-arrived
Path parameters
applicationIdstring required
applicationId id provided by GrubTech to identify the integration.
orderIdstring required
order id
Request body
Example request
{
"driverArrivedAt": "2021-06-02T09:10:18.020Z"
}Response
Successful response