Item Modifier Object


An item modifier is a type of menu item that serves as an addition to a menu item. Read more about item modifiers.

Properties
idstringRead-onlyformat GUID

Item modifier ID.


revisionintegerRead-onlyformat int64

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

Ignored when creating an item modifier.


createdDatestringRead-onlyformat date-time

Date and time the item modifier was created.


updatedDatestringRead-onlyformat date-time

Date and time the item modifier was updated.


namestringminLength 1maxLength 40

Item modifier display name.


extendedFieldsExtendedFields

Extended fields.


inStockboolean

Whether the modifier is in stock. Default: true.

Did this help?