Flipdish · Example Payload

Stores Store Order Capacity Config Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

StoreIdDeliveryTypeStoreIntervalInMinutesOrderCapacityPeriods

Example Payload

Raw ↑
{
  "StoreId": 500123,
  "DeliveryType": "Delivery",
  "StoreIntervalInMinutes": 1,
  "OrderCapacityPeriods": []
}