Information about the GrabFood client updating their food menu.
| Name | Type | Description | Notes |
|---|---|---|---|
| merchantID | String | The merchant's ID that is in GrabFood's database. | |
| field | FieldEnum | The record type that you want to update. | |
| menuEntities | List<MenuEntity> | The items in an array of JSON Object. | [optional] |
| Name | Value |
|---|---|
| ITEM | "ITEM" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |