---
title: "POST /{storeId}/menus/sync-status"
method: POST
path: "/{storeId}/menus/sync-status"
tags: ["Menu"]
---

# POST /{storeId}/menus/sync-status

`POST /{storeId}/menus/sync-status`

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

## Path parameters

- `storeId` string, required

## Request body

- MenuSyncUpdate — The external system should return the menu processing status to the Grubtech system to maintain data consistency.
  - `notificationId` string, required — Latest notification ID was received from Grubtech to the aggregator platform for the menu update which is mentioned in GET menu response.
  - `menuId` string, required — Menu ID, which is processed on the aggregator platform.
  - `status` 'SUCCESS' | 'FAILED', required — Status of the relevant menu sync process
  - `errorInfo` Error
    - `code` string, required
    - `message` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — The specified resource was not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/revisions/21688b6dcb69/schema)
