Flipdish · Example Payload

Stores Store Group Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Stores Store 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

StoreGroupIdGeneralRatingGeneralRatingCountDeliveryMenuMessagePickupMenuMessageBrandIdsNameCurrency

Example Payload

Raw ↑
{
  "StoreGroupId": 500123,
  "GeneralRating": 1.0,
  "GeneralRatingCount": 3,
  "DeliveryMenuMessage": "string",
  "PickupMenuMessage": "string",
  "BrandIds": [
    "string"
  ],
  "Name": "Example Name",
  "Currency": "EUR"
}