Flipdish · Example Payload

Catalog Create Product Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Catalog Create Product 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

GroupsMetafieldsProductTypeSkuNameDescriptionPriceImageFileNameAlcohol

Example Payload

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