Flipdish · Example Payload

Stores Store Base Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

PhoneNumberAlwaysAppearOpenPreOrderEnabledTakeOutEnabledTableServiceEnabledDineInEnabledAllowPreOrdersAndTableServicePickupEnabledDeliveryEnabledCardOrderDeliveryEnabledCashOrdersDeliveryEnabledCardOrdersPickupEnabledCashOrdersPickupEnabledTipsEnabledAutomaticallyAcceptOrdersOpenForDeliveryOpenForPickupMinimumPickupOrderAmountRequireCustomerNameForPickupGdprCustomerPhoneNumbersRequireCustomerNameForDeliveryAllowChefNotesEtaInPickupConfirmationSmsEnabledEtaInDeliveryConfirmationSmsEnabledIsArchivedIsPublishedNameEmailAddressStaffLanguageSalesChannelTypesInheritanceConfigTypes

Example Payload

Raw ↑
{
  "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"
  ]
}