Flipdish · JSON Structure

Stores Store End Of Day Report Structure

Store end of day report

Type: object Properties: 26
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

StoreEndOfDayReport is a JSON Structure definition published by Flipdish, describing 26 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StoreId StoreName Currency OrderCount OrderValue OrderValueExcludingDeliveryFees CollectionOrderCount CollectionCashOrderCount CollectionPaidOnlineOrderCount CollectionOrderValue CollectionCashOrderValue CollectionPaidOnlineOrderValue DeliveryOrderCount DeliveryCashOrderCount DeliveryPaidOnlineOrderCount DeliveryOrderValue DeliveryCashOrderValue DeliveryPaidOnlineOrderValue PaidOnlineOrderCount CashOrderCount PaidOnlineOrderValue CashOrderValue PaidOnlineOrderValueExcludingDeliveryFees CashOrderValueExcludingDeliveryFees StartTime EndTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/stores-store-end-of-day-report-structure.json",
  "name": "StoreEndOfDayReport",
  "description": "Store end of day report",
  "type": "object",
  "properties": {
    "StoreId": {
      "description": "Store Id",
      "type": "int32",
      "example": 500123
    },
    "StoreName": {
      "description": "Store name",
      "type": "string",
      "example": "Example Name"
    },
    "Currency": {
      "description": "Currency",
      "enum": [
        "EUR",
        "USD",
        "GBP",
        "CAD",
        "AUD",
        "DJF",
        "ZAR",
        "ETB",
        "AED",
        "BHD",
        "DZD",
        "EGP",
        "IQD",
        "JOD",
        "KWD",
        "LBP",
        "LYD",
        "MAD",
        "OMR",
        "QAR",
        "SAR",
        "SYP",
        "TND",
        "YER",
        "CLP",
        "INR",
        "AZN",
        "RUB",
        "BYN",
        "BGN",
        "NGN",
        "BDT",
        "CNY",
        "BAM",
        "CZK",
        "DKK",
        "CHF",
        "MVR",
        "BTN",
        "XCD",
        "BZD",
        "HKD",
        "IDR",
        "JMD",
        "MYR",
        "NZD",
        "PHP",
        "SGD",
        "TTD",
        "XDR",
        "ARS",
        "BOB",
        "COP",
        "CRC",
        "CUP",
        "DOP",
        "GTQ",
        "HNL",
        "MXN",
        "NIO",
        "PAB",
        "PEN",
        "PYG",
        "UYU",
        "VEF",
        "IRR",
        "XOF",
        "CDF",
        "XAF",
        "HTG",
        "ILS",
        "HRK",
        "HUF",
        "AMD",
        "ISK",
        "JPY",
        "GEL",
        "KZT",
        "KHR",
        "KRW",
        "KGS",
        "LAK",
        "MKD",
        "MNT",
        "BND",
        "MMK",
        "NOK",
        "NPR",
        "PKR",
        "PLN",
        "AFN",
        "BRL",
        "MDL",
        "RON",
        "RWF",
        "SEK",
        "LKR",
        "SOS",
        "ALL",
        "RSD",
        "KES",
        "TJS",
        "THB",
        "ERN",
        "TMT",
        "BWP",
        "TRY",
        "UAH",
        "UZS",
        "VND",
        "MOP",
        "TWD",
        "BMD"
      ],
      "type": "string",
      "example": "EUR"
    },
    "OrderCount": {
      "description": "Order Count",
      "type": "int32",
      "example": 3
    },
    "OrderValue": {
      "description": "Order Value",
      "type": "double",
      "example": 1.0
    },
    "OrderValueExcludingDeliveryFees": {
      "description": "Order Value Excluding Delivery Fees",
      "type": "double",
      "example": 12.5
    },
    "CollectionOrderCount": {
      "description": "Collection Order Count",
      "type": "int32",
      "example": 3
    },
    "CollectionCashOrderCount": {
      "description": "Collection Cash Order Count",
      "type": "int32",
      "example": 3
    },
    "CollectionPaidOnlineOrderCount": {
      "description": "Collection Paid Online Order Count",
      "type": "int32",
      "example": 3
    },
    "CollectionOrderValue": {
      "description": "Collection Order Value",
      "type": "double",
      "example": 1.0
    },
    "CollectionCashOrderValue": {
      "description": "Collection Cash Order Value",
      "type": "double",
      "example": 1.0
    },
    "CollectionPaidOnlineOrderValue": {
      "description": "Collection Paid Online Order Value",
      "type": "double",
      "example": 1.0
    },
    "DeliveryOrderCount": {
      "description": "Delivery Order Count",
      "type": "int32",
      "example": 3
    },
    "DeliveryCashOrderCount": {
      "description": "Delivery Cash Order Count",
      "type": "int32",
      "example": 3
    },
    "DeliveryPaidOnlineOrderCount": {
      "description": "Delivery Paid Online Order Count",
      "type": "int32",
      "example": 3
    },
    "DeliveryOrderValue": {
      "description": "Delivery Order Value",
      "type": "double",
      "example": 1.0
    },
    "DeliveryCashOrderValue": {
      "description": "Delivery Cash Order Value",
      "type": "double",
      "example": 1.0
    },
    "DeliveryPaidOnlineOrderValue": {
      "description": "Delivery Paid Online Order Value",
      "type": "double",
      "example": 1.0
    },
    "PaidOnlineOrderCount": {
      "description": "Paid Online Order Count",
      "type": "int32",
      "example": 3
    },
    "CashOrderCount": {
      "description": "Cash Order Count",
      "type": "int32",
      "example": 3
    },
    "PaidOnlineOrderValue": {
      "description": "Paid Online Order Value",
      "type": "double",
      "example": 1.0
    },
    "CashOrderValue": {
      "description": "Cash Order Value",
      "type": "double",
      "example": 1.0
    },
    "PaidOnlineOrderValueExcludingDeliveryFees": {
      "description": "Paid Online Order Value Excluding Delivery Fees",
      "type": "double",
      "example": 12.5
    },
    "CashOrderValueExcludingDeliveryFees": {
      "description": "Cash Order Value Excluding Delivery Fees",
      "type": "double",
      "example": 12.5
    },
    "StartTime": {
      "description": "Start Time",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    },
    "EndTime": {
      "description": "End Time",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    }
  }
}