Order Status Update API Grubtech Endpoints
Order Prepared
The Order Prepared endpoint is part of the Order Status Update API, used to update the status of an order by marking it as "prepared." This indicates that the order has been fully prepared and is ready for the next step, such as being picked up or dispatched for delivery. The request typically involves sending a POST request to the endpoint, where {service-id} represents the ID of the service (e.g., a restaurant or vendor), and {id} represents the specific order ID.
post/{service-id}/orders/{id}/prepared
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