v1

latestOpenAPI 3.0.3Apache 2.02026-07-2478177179.1 KB
Order API Grubtech Endpoints

Delivery Completed

The Delivery Completed endpoint is used to update the status of an order to 'delivery completed.' It should be invoked only when the order platform is responsible for managing the delivery process. This ensures that the status accurately reflects the completion of the delivery on the platform's end.

post/{applicationId}/orders/{orderId}/delivery-completed

Path parameters

applicationIdstring required

applicationId id provided by Grubtech to identify the integration.

orderIdstring required

order id

Request body

deliveryCompletedAtstring

Example request

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

Response

Successful response