Flipdish · JSON Structure

Catalog Publish Menu Changes Structure

Publish Menu Changes

Type: object Properties: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

PublishMenuChanges 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 MenuIds

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-publish-menu-changes-structure.json",
  "name": "PublishMenuChanges",
  "description": "Publish Menu Changes",
  "type": "object",
  "properties": {
    "CatalogItemId": {
      "description": "Optional Catalog item id",
      "maxLength": 30,
      "minLength": 0,
      "type": "string",
      "example": "500123"
    },
    "MenuIds": {
      "description": "Optional Collection of Menu id",
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        1
      ]
    }
  }
}