Toast · Schema

CatalogProductInfo

Contains retail catalog product information for a menu item.

Food ServicePoint of SaleRestaurantsHospitality

Properties

Name Type Description
product object
productVariant object
View JSON Schema on GitHub

JSON Schema

menus-catalog-product-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-schema/menus-catalog-product-info-schema.json",
  "title": "CatalogProductInfo",
  "description": "Contains retail catalog product information for a menu item.\n",
  "type": "object",
  "properties": {
    "product": {
      "$ref": "#/definitions/CatalogProduct"
    },
    "productVariant": {
      "$ref": "#/definitions/CatalogProductVariant"
    }
  },
  "x-nullable": true
}