Item Modifier Group Object


Properties
idstringRead-onlyformat GUID

Modifier group ID.


revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the modifier group is updated. To prevent conflicting changes, the current revision must be passed when updating the modifier group. Ignored when creating a modifier group.


createdDatestringRead-onlyformat date-time

Date and time the modifier group was created.


updatedDatestringRead-onlyformat date-time

Date and time the modifier group was updated.


namestringminLength 1maxLength 100

Modifier group name.


modifiersArray <Modifier>minItems 0maxItems 25

Group of item modifiers.


ruleRule

Modifier group details.


extendedFieldsExtendedFields

Extended fields.

ModifierGroup
JSON
{ "id": "116a2e4d-1ddd-4947-8050-4aea8d0af2b4", "revision": "1", "createdDate": "2023-12-04T08:20:38.784Z", "updatedDate": "2023-12-04T08:20:38.784Z", "name": "Topping", "modifiers": [ { "id": "481135f7-1392-4a2e-ac6b-12fb0ef398b7", "additionalChargeInfo": { "additionalCharge": "2.50" } } ], "rule": { "mandatory": false, "minSelections": 0, "maxSelections": null }, "extendedFields": null }
Did this help?