Flipdish · Example Payload

Catalog Group Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Catalog Group Example is an example object payload from Flipdish, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CatalogGroupIdCatalogItemIdIsArchivedMinSelectCountMaxSelectCountProductsMetafieldsGroupTypeSkuNameAutogenerateDisplayTextImageFileName

Example Payload

Raw ↑
{
  "CatalogGroupId": "500123",
  "CatalogItemId": "500123",
  "IsArchived": true,
  "MinSelectCount": 3,
  "MaxSelectCount": 3,
  "Products": [],
  "Metafields": [],
  "GroupType": "ModifierGroup",
  "Sku": "string",
  "Name": "Example Name",
  "AutogenerateDisplayText": true,
  "ImageFileName": "Example Name"
}