Flipdish · Example Payload

Catalog Product Reference Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

ItemProductCatalogItemIdProductTypePreselectedQuantity

Example Payload

Raw ↑
{
  "Item": "string",
  "Product": "string",
  "CatalogItemId": "500123",
  "ProductType": "Product",
  "PreselectedQuantity": 3
}