Order API Grubtech Endpoints
Delivery Started
The Delivery Started endpoint is used to update the status of an order when the delivery process has commenced. This endpoint should be invoked specifically when the order platform is responsible for managing the delivery logistics. By calling this endpoint, you signal that the order is in the delivery phase, enabling relevant stakeholders to track the order's progress in real-time.
post/{applicationId}/orders/{orderId}/delivery-started
Path parameters
applicationIdstring required
applicationId id provided by Grubtech to identify the integration.
orderIdstring required
order id
Request body
Example request
{
"deliveryStartedAt": "2021-06-02T09:10:18.020Z"
}Response
Successful response