Flipdish · Example Payload

Stores Store Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

StoreIdStoreGroupIdAddressDeliveryZonesApmPhoneNumberPickupHoursDeliveryHoursMenuIdOrderConfirmationMessageOverrideDeliveryOrderConfirmationMessageOverridePickupPrintoutLayoutTypeStoreNotesMicrosoftTimeZoneIanaTimeZoneCurrencyPreOrderDeliveryEnabledPreOrderPickupEnabledLogoUrlFraudPreventionStrategyAppIdsPropertyIdPhoneNumberAlwaysAppearOpenPreOrderEnabledTakeOutEnabledTableServiceEnabledDineInEnabledAllowPreOrdersAndTableServicePickupEnabledDeliveryEnabledCardOrderDeliveryEnabledCashOrdersDeliveryEnabledCardOrdersPickupEnabledCashOrdersPickupEnabledTipsEnabledAutomaticallyAcceptOrdersOpenForDeliveryOpenForPickupMinimumPickupOrderAmountRequireCustomerNameForPickupGdprCustomerPhoneNumbersRequireCustomerNameForDeliveryAllowChefNotesEtaInPickupConfirmationSmsEnabledEtaInDeliveryConfirmationSmsEnabledIsArchivedIsPublishedNameEmailAddressStaffLanguage

Example Payload

Raw ↑
{
  "StoreId": 500123,
  "StoreGroupId": 500123,
  "Address": "string",
  "DeliveryZones": [],
  "ApmPhoneNumber": "+353000000000",
  "PickupHours": [],
  "DeliveryHours": [],
  "MenuId": 500123,
  "OrderConfirmationMessageOverrideDelivery": "string",
  "OrderConfirmationMessageOverridePickup": "string",
  "PrintoutLayoutType": "Default",
  "StoreNotes": [],
  "MicrosoftTimeZone": "string",
  "IanaTimeZone": "string",
  "Currency": "EUR",
  "PreOrderDeliveryEnabled": true,
  "PreOrderPickupEnabled": true,
  "LogoUrl": "https://api.flipdish.co/example",
  "FraudPreventionStrategy": "string",
  "AppIds": [
    "string"
  ],
  "PropertyId": "500123",
  "PhoneNumber": "+353000000000",
  "AlwaysAppearOpen": true,
  "PreOrderEnabled": true,
  "TakeOutEnabled": true,
  "TableServiceEnabled": true,
  "DineInEnabled": true,
  "AllowPreOrdersAndTableService": true,
  "PickupEnabled": true,
  "DeliveryEnabled": true,
  "CardOrderDeliveryEnabled": true,
  "CashOrdersDeliveryEnabled": true,
  "CardOrdersPickupEnabled": true,
  "CashOrdersPickupEnabled": true,
  "TipsEnabled": true,
  "AutomaticallyAcceptOrders": true,
  "OpenForDelivery": true,
  "OpenForPickup": true,
  "MinimumPickupOrderAmount": 12.5,
  "RequireCustomerNameForPickup": true,
  "GdprCustomerPhoneNumbers": true,
  "RequireCustomerNameForDelivery": true,
  "AllowChefNotes": true,
  "EtaInPickupConfirmationSmsEnabled": true,
  "EtaInDeliveryConfirmationSmsEnabled": true,
  "IsArchived": true,
  "IsPublished": true,
  "Name": "Example Name",
  "EmailAddress": "owner@example.com",
  "StaffLanguage": "string",
  "SalesChannelTypes": [
    "Web"
  ],
  "InheritanceConfigTypes": [
    "CollectionSettings"
  ]
}