Flipdish · Example Payload

Catalog Create Group Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

MinSelectCountMaxSelectCountProductsMetafieldsGroupTypeSkuNameAutogenerateDisplayTextImageFileName

Example Payload

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