Order
Grubtech will mark the order as prepared using this endpoint. This payload will consist of all the final amendments made for this order.
post/orders/{id}/prepared
Path parameters
idstring required
Order ID provided by the aggregator platform.
Request body
Example request
{
"preparedAt": "2020-08-02T09:23:54.723Z"
}Response
No Content