Toast · Example Payload

Menus Menu Item Example

Description of description

Food ServicePoint of SaleRestaurantsHospitality

Menus Menu Item Example is an example object payload from Toast, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namekitchenNameguiddescriptionpricepricingStrategypricingRulesisDeferredisDiscountabletaxInfotaxInclusionitemTags

Example Payload

Raw ↑
{
  "name": "Sample Name",
  "kitchenName": "Sample Kitchenname",
  "guid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "description": "Description of description",
  "price": 12.33,
  "pricingStrategy": "OPEN_PRICE",
  "pricingRules": {},
  "isDeferred": true,
  "isDiscountable": false,
  "taxInfo": [
    "sample-taxInfo_item"
  ],
  "taxInclusion": "SMART_TAX",
  "itemTags": [
    "sample-itemTags_item"
  ]
}