Home
Flipdish
Platform Store Example
Platform Store Example
Restaurant Online Ordering Mobile Apps Point of Sale Orders Menu Payments Webhooks
Platform 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
StoreId StoreGroupId Address DeliveryZones ApmPhoneNumber PickupHours DeliveryHours MenuId OrderConfirmationMessageOverrideDelivery OrderConfirmationMessageOverridePickup PrintoutLayoutType StoreNotes MicrosoftTimeZone IanaTimeZone Currency PreOrderDeliveryEnabled PreOrderPickupEnabled LogoUrl FraudPreventionStrategy AppIds PropertyId PhoneNumber AlwaysAppearOpen PreOrderEnabled TakeOutEnabled TableServiceEnabled DineInEnabled AllowPreOrdersAndTableService PickupEnabled DeliveryEnabled CardOrderDeliveryEnabled CashOrdersDeliveryEnabled CardOrdersPickupEnabled CashOrdersPickupEnabled TipsEnabled AutomaticallyAcceptOrders OpenForDelivery OpenForPickup MinimumPickupOrderAmount RequireCustomerNameForPickup GdprCustomerPhoneNumbers RequireCustomerNameForDelivery AllowChefNotes EtaInPickupConfirmationSmsEnabled EtaInDeliveryConfirmationSmsEnabled IsArchived IsPublished Name EmailAddress StaffLanguage
Example Payload
{
"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"
]
}