Flipdish · Example Payload

Catalog Create Product Reference Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

CatalogItemIdProductTypePreselectedQuantity

Example Payload

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