Toast · Example Payload

Menus Catalog Product Option Example

Food ServicePoint of SaleRestaurantsHospitality

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

Top-level fields

idnamesortOrdervalues

Example Payload

Raw ↑
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "name": "Sample Name",
  "sortOrder": 78,
  "values": [
    "sample-values_item"
  ]
}