v1

latestOpenAPI 3.0.3Apache 2.02026-07-2478177179.1 KB
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

driverArrivedAtstring

Example request

{
  "driverArrivedAt": "2021-06-02T09:10:18.020Z"
}

Response

Successful response