Order Status Update API Grubtech Endpoints
Order Started
The Order Started endpoint in the Order Status Update API is used to mark an order as started. When this endpoint is triggered, it signifies that the preparation or fulfillment process for the specified order ({id}) under a particular service ({service-id}) has begun. This status update helps track the order's progress and notify relevant stakeholders that the order is now actively being worked on.
post/{service-id}/orders/{id}/started
Path parameters
service-idstring required
Integration service id. This will be provided by Grubtech.
idstring required
Order id provided by GrubTech
Response
Successful response OK