v1

latestOpenAPI 3.0.3Apache 2.02026-07-2478177179.1 KB
Order Status Update API Grubtech Endpoints

Accept Order

The Accept Order endpoint for the Order Status Update API is used to mark a specific order as accepted. When a service provider or system accepts an order, it signifies that the order has been acknowledged and will be processed further. This is a key step in managing the lifecycle of an order. Once the order is marked as accepted, this step transitions the order status to a state indicating the service provider has confirmed the order and will move forward with it. This is typically used in cases where a manual or automated decision is made to fulfill the order.

post/{service-id}/orders/{id}/accept

Path parameters

service-idstring required

Integration service id. This will be provided by Grubtech

idstring required

Order id provided by GrubTech

Request body

acceptedAtstring required

Order accepted time

externalReferenceIdstring required

Integration party unique id for the order

Response

Successful response OK