Toast · Example Payload

Menus Catalog Product Info Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

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

Top-level fields

productproductVariant

Example Payload

Raw ↑
{
  "product": {
    "id": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1",
    "name": "Example Name",
    "description": "string",
    "type": "SINGLE",
    "images": [
      "string"
    ],
    "availableOptions": [
      {}
    ]
  },
  "productVariant": {
    "id": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1",
    "name": "Example Name",
    "description": "string",
    "selectedOptions": [
      {}
    ]
  }
}