v1

latestOpenAPI 3.0.3Apache 2.02026-07-2478177179.1 KB
Menu

The external system should send the status of the menu system process.

post/{storeId}/menus/sync-status

Path parameters

storeIdstring required

Unique identifier for the location in which the menu was created or updated. This ID will be provided by either Grubtech or the aggregator.

Request body

notificationIdstring required

Latest notification ID was received from Grubtech to the aggregator platform for the menu update which is mentioned in GET menu response.

menuIdstring required

Menu ID, which is processed on the aggregator platform.

status'SUCCESS' | 'FAILED' required

Status of the relevant menu sync process

Example request

{
  "status": "SUCCESS"
}

Response

No Content