Toast · Example Payload

Menus Catalog Product Example

Description of description

Food ServicePoint of SaleRestaurantsHospitality

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

Top-level fields

idnamedescriptiontypeimagesavailableOptions

Example Payload

Raw ↑
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "name": "Sample Name",
  "description": "Description of description",
  "type": "SINGLE",
  "images": [
    "sample-images_item"
  ],
  "availableOptions": [
    "sample-availableOptions_item"
  ]
}