Flipdish · Example Payload

Catalog Update Group Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

SkuNameAutogenerateDisplayTextImageFileNameMinSelectCountMaxSelectCountProductsMetafields

Example Payload

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