Prepare Order

The POST /orders/{id}/prepared endpoint is designed to enable Grubtech to mark an order as prepared and communicate any final amendments made to the order. This endpoint is useful for notifying external systems that an order is ready for pickup or delivery, ensuring that the latest order details are accurately recorded.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Order ID provided by the aggregator platform.

Body Params

Order prepare information

string
required

The time at which the order was prepared is represented in ISO 8601 format.

orderAmendments
array of objects
orderAmendments
Responses
204

No Content

400

Bad Request

404

The specified resource was not found

500

Internal Server Error

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!