Flipdish · Example Payload

Stores Store Collection Settings Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

PickupEnabledMinimumPickupOrderAmountRequireCustomerNameForPickupCashOrdersPickupEnabledLeadTimeMinutesEtaInPickupConfirmationSmsEnabled

Example Payload

Raw ↑
{
  "PickupEnabled": true,
  "MinimumPickupOrderAmount": 12.5,
  "RequireCustomerNameForPickup": true,
  "CashOrdersPickupEnabled": true,
  "LeadTimeMinutes": 1,
  "EtaInPickupConfirmationSmsEnabled": true
}