Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.39 KB

MenuCategory.md

File metadata and controls

30 lines (18 loc) · 1.39 KB

MenuCategory

Properties

Name Type Description Notes
id String The category's ID that is on the partner system. This ID should be unique.
name String The name of the category.
nameTranslation Map<String, String> Translation of the category name. Only support up to 1 translated language. Refer Menu Translation. [optional]
availableStatus AvailableStatusEnum The status for the category. Refer to FAQs for more details about availableStatus.
sellingTimeID String The selling time's ID for the category. All items within the category will apply the same selling time unless there is another selling time specified for the item.
sequence Integer The sort or display order of the category within the menu. [optional]
items List<MenuItem> An array of item JSON objects. Max 300 allowed per category. Refer to Items for more information.

Enum: AvailableStatusEnum

Name Value
AVAILABLE "AVAILABLE"
UNAVAILABLE "UNAVAILABLE"
HIDE "HIDE"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"