Toast · Example Payload

Menus Modifier Option Example

Description of description

Food ServicePoint of SaleRestaurantsHospitality

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

Top-level fields

referenceIdnamekitchenNameguiddescriptionprepStationspricepricingStrategypricingRulestaxInfoitemTags

Example Payload

Raw ↑
{
  "referenceId": 96,
  "name": "Sample Name",
  "kitchenName": "Sample Kitchenname",
  "guid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "description": "Description of description",
  "prepStations": [
    "sample-prepStations_item"
  ],
  "price": 59.18,
  "pricingStrategy": "sample-pricingStrategy",
  "pricingRules": {},
  "taxInfo": [
    "sample-taxInfo_item"
  ],
  "itemTags": [
    "sample-itemTags_item"
  ]
}