Flipdish · Example Payload

Catalog Update Catalog Item Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Catalog Update Catalog Item 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

SkuNameDescriptionPriceImageFileNameAlcoholGroupsMetafields

Example Payload

Raw ↑
{
  "Sku": "string",
  "Name": "Example Name",
  "Description": "string",
  "Price": 12.5,
  "ImageFileName": "Example Name",
  "Alcohol": true,
  "Groups": [],
  "Metafields": []
}