Cookbook
Developer guide
API reference
Platform guide
Release notes
  • Cookbook
  • Developer guide
  • API reference
  • Platform guide
  • Release notes
    • Nothing Found
    API reference
    Authentication
    Cash Management
    Configuration
    Credit cards
    Kitchen
    Labor
    Menus V2
      Data definitions
        schema
        Metadata
        schema
        Restaurant
        schema
        Menu
        schema
        MenuGroup
        schema
        MenuItem
        schema
        ModifierGroup
        schema
        ModifierOption
        schema
        ModifierOptionTaxInfo
        schema
        PreModifierGroup
        schema
        PreModifier
        schema
        SalesCategory
        schema
        ItemTag
        schema
        ContentAdvisories
        schema
        Alcohol
        schema
        Portion
        schema
        Availability
        schema
        Schedule
        schema
        TimeRange
        schema
        PricingRules
        schema
        TimeSpecificPrice
        schema
        SizeSequencePricingRule
        schema
        SequencePrice
        schema
        Image
        schema
        Visibility
        schema
        MultiLocationId
        schema
        MasterId
        schema
        PosName
        schema
        PosButtonColorLight
        schema
        PosButtonColorDark
        schema
        Length
        schema
        Height
        schema
        Width
        schema
        DimensionUnitOfMeasure
        schema
        Weight
        schema
        WeightUnitOfMeasure
        schema
        Images
        schema
        GuestCount
      get
      Get menus
      get
      Get menu last modified timestamp
    Menus V3
    Order management configuration
    Orders
    Packaging configuration
    Partners
    Restaurant availability
    Restaurants
    Stock
    API specifications
    Gift cards integration specification
    Loyalty integration specification
    Tender integration specification

ItemTag

A descriptive term that identifies a characteristic of a menu item or menu group, for example, vegetarian, gluten-free, or alcohol.

guid
string

A unique identifier for this item tag category, assigned by the Toast POS system.

name
string

A descriptive name for this item tag, for example, "Vegetarian" or "Alcohol".

{
  • "name": "string",
  • "guid": "string"
}