Otter · Schema

Marketintel_StoreDetails

The Store delivery information.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
regionId string The region that store belongs to.
provider string The store information provider
id string The external store id
storeUrl string The store url
location object The Geographic location used to discover the store
address object The store address
phoneNumbers array The store phone numbers.
storeName string The name of the store.
menu object The store menu.
storeHours object The store hours.
tags array The store tags
storeBannerPhotoUrl string The store bannel photo url.
storeRating object The store ratings.
coordinates object The coordinates of the store.
storeSales object The store sales information.
avgBasketAmount object The average order amount.
storePromotions array The store promotions.
storeChain object The store chain information.
storeDeliveryInformation object The Store delivery information.
logoPhotoUrl string The store photo url.
priceLevel string The estimated delivery time in minutes.
View JSON Schema on GitHub

JSON Schema

public-api-marketintel-store-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Marketintel_StoreDetails",
  "description": "The Store delivery information.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-store-details-schema.json",
  "type": "object",
  "properties": {
    "regionId": {
      "type": "string",
      "nullable": true,
      "description": "The region that store belongs to.",
      "example": "LATAM-N"
    },
    "provider": {
      "type": "string",
      "description": "The store information provider",
      "example": "ubereats-provider"
    },
    "id": {
      "type": "string",
      "description": "The external store id",
      "example": 12345
    },
    "storeUrl": {
      "type": "string",
      "nullable": true,
      "description": "The store url",
      "example": 30
    },
    "location": {
      "type": "object",
      "description": "The Geographic location used to discover the store",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-geo-location-information-schema.json"
    },
    "address": {
      "type": "object",
      "nullable": true,
      "description": "The store address",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-address-schema.json"
    },
    "phoneNumbers": {
      "type": "array",
      "minItems": 0,
      "description": "The store phone numbers.",
      "items": {
        "type": "string",
        "example": "613-123-4567"
      }
    },
    "storeName": {
      "type": "string",
      "nullable": true,
      "description": "The name of the store.",
      "example": "McDonald's"
    },
    "menu": {
      "type": "object",
      "nullable": true,
      "description": "The store menu.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-store-menu-schema.json"
    },
    "storeHours": {
      "type": "object",
      "nullable": true,
      "description": "The store hours.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-hours-data-schema.json"
    },
    "tags": {
      "type": "array",
      "minItems": 0,
      "description": "The store tags",
      "items": {
        "description": "The store tag",
        "example": "chinese"
      }
    },
    "storeBannerPhotoUrl": {
      "type": "string",
      "nullable": true,
      "description": "The store bannel photo url.",
      "example": "https://www.ubereats.com/ca/store/mcdonalds-1000-rideau-street/1QY5X6QcQX2Q4Z3Z3QZQYQ.jpg"
    },
    "storeRating": {
      "type": "object",
      "nullable": true,
      "description": "The store ratings.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-store-rating-schema.json"
    },
    "coordinates": {
      "type": "object",
      "nullable": true,
      "description": "The coordinates of the store.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-coordinates-schema.json"
    },
    "storeSales": {
      "type": "object",
      "nullable": true,
      "description": "The store sales information.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-store-sales-schema.json"
    },
    "avgBasketAmount": {
      "type": "object",
      "nullable": true,
      "description": "The average order amount.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-money-schema.json"
    },
    "storePromotions": {
      "type": "array",
      "minItems": 0,
      "description": "The store promotions.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-store-promotion-schema.json"
      }
    },
    "storeChain": {
      "type": "object",
      "description": "The store chain information.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-store-chain-schema.json"
    },
    "storeDeliveryInformation": {
      "type": "object",
      "nullable": true,
      "description": "The Store delivery information.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-store-delivery-information-schema.json"
    },
    "logoPhotoUrl": {
      "type": "string",
      "nullable": true,
      "description": "The store photo url.",
      "example": "https://www.ubereats.com/ca/store/mcdonalds-1000-rideau-street/1QY5X6QcQX2Q4Z3Z3QZQYQ.jpg"
    },
    "priceLevel": {
      "type": "string",
      "nullable": true,
      "description": "The estimated delivery time in minutes.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-store-price-level-schema.json"
    }
  }
}

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/public-api-marketintel-store-details"
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.