Flipdish · JSON Structure

Stores Store Group Extended Structure

Store Group Extended

Type: object Properties: 11
RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

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

Properties

TotalStores GroupedCoordinates StoreHeaders StoreGroupId GeneralRating GeneralRatingCount DeliveryMenuMessage PickupMenuMessage BrandIds Name Currency

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-group-extended-structure.json",
  "name": "StoreGroupExtended",
  "description": "Store Group Extended",
  "type": "object",
  "properties": {
    "TotalStores": {
      "description": "Total Amount of Stores",
      "type": "int32",
      "example": 12.5
    },
    "GroupedCoordinates": {
      "description": "Grouped store coordinates",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GroupedCoordinates"
      },
      "example": []
    },
    "StoreHeaders": {
      "description": "Store Headers associated with Store Group",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/StoreHeader"
      },
      "example": []
    },
    "StoreGroupId": {
      "description": "Unique Store Group Identifier",
      "type": "int32",
      "example": 500123
    },
    "GeneralRating": {
      "description": "Store Group rating",
      "type": "double",
      "nullable": true,
      "example": 1.0
    },
    "GeneralRatingCount": {
      "description": "Store Group rating count",
      "type": "int32",
      "example": 3
    },
    "DeliveryMenuMessage": {
      "description": "Delivery menu message",
      "type": "string",
      "example": "string"
    },
    "PickupMenuMessage": {
      "description": "Pickup menu message",
      "type": "string",
      "example": "string"
    },
    "BrandIds": {
      "description": "List of brand ids (AppIds) that are associated with this store group",
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "string"
      ]
    },
    "Name": {
      "description": "Store Group Name",
      "type": "string",
      "example": "Example Name"
    },
    "Currency": {
      "description": "Currency used by the stores in this group",
      "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"
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/stores-store-group-extended-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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