Name | Type | Description | Notes |
---|---|---|---|
id | String | The category's ID that is on the partner system. This ID should be unique with a min length of 1 and max of 64. | |
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. | |
items | List<MenuSectionCategoryItem> | An array of item JSON objects. Max 300 allowed per category. Refer to Items for more information. |
Name | Value |
---|---|
AVAILABLE | "AVAILABLE" |
UNAVAILABLE | "UNAVAILABLE" |
HIDE | "HIDE" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |