Flipdish · Schema

StoreSummary

Store summary

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Properties

Name Type Description
Id integer Store identifier
Name string Store name
MenuId integer Stores menu identifier
MenuPublishId string Stores menu publish GUID
Metadata object Store metadata
Currency string Currency which used by the Store
Coordinates object
StoreTimezone string Timezone of store
StoreIanaTimezone string IANA Timezone of store
StoreGroupId integer Store group id of store
TaxId string VAT number or generic Tax ID of the store
PrettyAddress string Address of the store
CountryCode string Country code of the store address (ISO 3166-1 alpha-2)
PropertyId string Property identifier
View JSON Schema on GitHub

JSON Schema

orders-store-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/orders-store-summary-schema.json",
  "title": "StoreSummary",
  "description": "Store summary",
  "type": "object",
  "properties": {
    "Id": {
      "format": "int32",
      "description": "Store identifier",
      "type": "integer",
      "example": 500123
    },
    "Name": {
      "description": "Store name",
      "type": "string",
      "example": "Example Name"
    },
    "MenuId": {
      "format": "int32",
      "description": "Stores menu identifier",
      "type": "integer",
      "example": 500123
    },
    "MenuPublishId": {
      "format": "uuid",
      "description": "Stores menu publish GUID",
      "type": "string",
      "example": "00000000-0000-0000-0000-000000000000"
    },
    "Metadata": {
      "description": "Store metadata",
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "Currency": {
      "description": "Currency which used by the Store",
      "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"
    },
    "Coordinates": {
      "$ref": "#/components/schemas/Coordinates"
    },
    "StoreTimezone": {
      "description": "Timezone of store",
      "type": "string",
      "example": "string"
    },
    "StoreIanaTimezone": {
      "description": "IANA Timezone of store",
      "type": "string",
      "example": "string"
    },
    "StoreGroupId": {
      "format": "int32",
      "description": "Store group id of store",
      "type": "integer",
      "example": 500123
    },
    "TaxId": {
      "description": "VAT number or generic Tax ID of the store",
      "type": "string",
      "example": "500123"
    },
    "PrettyAddress": {
      "description": "Address of the store",
      "type": "string",
      "example": "string"
    },
    "CountryCode": {
      "description": "Country code of the store address (ISO 3166-1 alpha-2)",
      "type": "string",
      "example": "IE"
    },
    "PropertyId": {
      "description": "Property identifier",
      "type": "string",
      "example": "500123"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/orders-store-summary"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.