POS Platform Order API Webhooks

Order Completed

This endpoint is used to send a Order Completed notification, once the status of an order is marked as completed on the Grubtech platform.

post/orders/{id}/completed

Path parameters

idstring required

Order id provided by GrubTech

Request body

timestampstring date-time required

Order completed time

Response

No Content

Changes