Flipdish · JSON Structure

Catalog Pending Menu Changes Structure

Pending Menu Changes

Type: object Properties: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

PendingMenuChanges is a JSON Structure definition published by Flipdish, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CatalogItemId MenuId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/catalog-pending-menu-changes-structure.json",
  "name": "PendingMenuChanges",
  "description": "Pending Menu Changes",
  "type": "object",
  "properties": {
    "CatalogItemId": {
      "description": "Unique catalog item id",
      "maxLength": 30,
      "minLength": 0,
      "type": "string",
      "example": "500123"
    },
    "MenuId": {
      "description": "Unique menu id",
      "type": "int32",
      "example": 500123
    }
  }
}