Combo Side Group Item REST Endpoints

v2/Menu Items/Combo Side Groups/Combo Side Group Item

These APIs maintain Combo Meal Side Groups:

Release Description
23.5
  • Combo Side Group Items v2 introduced
  • Added bulk update endpoint
23.6
  • Update endpoint will only update an existing record and will not insert a new record.
  • comboMealGroupObjNum has been replaced by comboMealGroupId
  • Introduced hierUnitId property under the prices array, representing the hierarchy unit where the price is located.
  • Bulk API operations for this object are supported starting from Simphony version 19.8.2.
Add Combo Side Group Items
Method: post
Path: /config/sim/v2/menuItems/comboSideGroups/sideGroupItems
Bulk Insert Combo Side Group Items
Method: post
Path: /config/sim/v2/menuItems/comboSideGroups/bulkInsertSideGroupItems
Bulk Update Combo Side Group Items
Method: post
Path: /config/sim/v2/menuItems/comboSideGroups/bulkUpdateSideGroupItems
Delete Combo Side Group Items
Method: post
Path: /config/sim/v2/menuItems/comboSideGroups/deleteSideGroupItems
Get Combo Side Group Items
Method: post
Path: /config/sim/v2/menuItems/comboSideGroups/getSideGroupItems
Update Combo Side Group Items
Method: post
Path: /config/sim/v2/menuItems/comboSideGroups/updateSideGroupItems