Name | Type | Description | Notes |
---|---|---|---|
id | String | The ModifierGroup'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 ModifierGroup for the item that is in the parent category and section. | |
nameTranslation | Map<String, String> | Translation of the modifier group name. Only support up to 1 translated language. Refer Menu Translation. | [optional] |
availableStatus | AvailableStatusEnum | The status for the ModifierGroup that is in the item. | |
selectionRangeMin | Integer | The minimum quantity of the attribute. Refer to FAQs for more details about selection range. | [optional] |
selectionRangeMax | Integer | The maximum quantity of the attribute. Refer to FAQs for more details about selection range. | |
modifiers | List<MenuModifier> | An array of modifier JSON objects. Max 100 per modifierGroup. Refer to Modifiers for more information. | [optional] |
Name | Value |
---|---|
AVAILABLE | "AVAILABLE" |
UNAVAILABLE | "UNAVAILABLE" |
UNAVAILABLETODAY | "UNAVAILABLETODAY" |
HIDE | "HIDE" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |