Add Menu Item Classes

post

/config/sim/v1/menuItems/menuItemClasses

Adds Menu Item Classes, it is recommended to use Menu Item Classes 2 instead of Menu Item Class.

Request

Supported Media Types
Header Parameters
Body ()
CUD Request body
Root Schema : MenuItemClassCUDRequestBody
Type: object
Show Source
Nested Schema : MenuItemClass_condimentGroups
Type: object
List of condiment groups that are associated with the Menu Item Class
Show Source
Nested Schema : dataExtensions
Type: array
An array of data extensions for the menu item class
Show Source
Nested Schema : name
Type: object
Name
Example:
{
    "en-US":"Menu Item",
    "de-DE":"Men??punkt",
    "es-MX":"Opci??n del men??"
}
Nested Schema : refillDescriptor
Type: object
Refill Descriptor
Example:
{
    "en-US":"Refill Descriptor",
    "de-DE":"Nachf??lldeskriptor",
    "es-MX":"Descriptor de recarga"
}
Nested Schema : allowedCondimentGroups
Type: array
Array of the Condiment Groups that are allowed when adding items in this Menu Item Class.
Show Source
Nested Schema : memberCondimentGroups
Type: array
Array of the Condiment Groups to which items in this Menu Item Class belong.
Show Source
Nested Schema : requiredCondimentGroups
Type: array
Array of the Condiment Groups that are required when ordering items assigned to this Menu Item Class.
Show Source
Nested Schema : MenuItemClass_allowedCondimentGroups
Type: object
Show Source
Nested Schema : MenuItemClass_memberCondimentGroups
Type: object
Show Source
Nested Schema : MenuItemClass_requiredCondimentGroups
Type: object
Show Source
Nested Schema : forceOptions
Type: array
Force Options of the condiment group
Show Source
Nested Schema : MenuItemClass_requiredCondimentGroups_forceOptions
Type: object
Show Source
Nested Schema : MenuItemClass_dataExtensions
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Menu Item Class Added.
Body ()
Root Schema : MenuItemClassResponse
Type: object
Show Source
Back to Top