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
businessLocationIdsArray <string>Read-onlymaxItems 100format GUID

IDs of the business locations (SDK | REST) where these item modifiers are available.


_createdDateDateRead-only

Date and time the item modifier was created.


extendedFieldsExtendedFields

Extended fields.


_idstringRead-onlyformat GUID

Item modifier ID.


inStockboolean

Whether the modifier is in stock. Default: true.


namestringminLength 1maxLength 200

Item modifier display name.


revisionstringRead-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.


_updatedDateDateRead-only

Date and time the item modifier was updated.

Did this help?