Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 665 Bytes

BatchUpdateMenuItem.md

File metadata and controls

25 lines (13 loc) · 665 Bytes

BatchUpdateMenuItem

Information about the GrabFood client updating their food menu.

Properties

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]

Enum: FieldEnum

Name Value
ITEM "ITEM"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"