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.


typestringdeprecated - use itemVariant instead
3 enum supported values:
UNKNOWN_VARIATION_AND_MODIFIERVARIANTMODIFIER

Modifier type. DEPRECATED - use the item variant. API to add a variant for the item. For modifiers - use type Modifier


extendedFieldsobject

Extended fields.

Was this helpful?
Yes
No