Lunchbox · JSON Structure

Management Managed Store Summary Structure

ManagedStoreSummary schema from Lunchbox Management API

Type: object Properties: 12
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Properties

store_id rest_id rest_name status setup_type address1 city state_name state_code state_id zip_code timezone

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/lunchbox/refs/heads/main/json-structure/management-managed-store-summary-structure.json",
  "name": "ManagedStoreSummary",
  "description": "ManagedStoreSummary schema from Lunchbox Management API",
  "type": "object",
  "properties": {
    "store_id": {
      "type": "string",
      "example": "123456"
    },
    "rest_id": {
      "type": "int32",
      "example": 1234
    },
    "rest_name": {
      "type": "string",
      "example": "Sample"
    },
    "status": {
      "type": "string",
      "example": "string"
    },
    "setup_type": {
      "type": "string",
      "example": "string"
    },
    "address1": {
      "type": "string",
      "example": "1216 Broadway"
    },
    "city": {
      "type": "string",
      "example": "New York"
    },
    "state_name": {
      "type": "string",
      "example": "NY"
    },
    "state_code": {
      "type": "string",
      "example": "NY"
    },
    "state_id": {
      "type": "int32",
      "example": 1234
    },
    "zip_code": {
      "type": "string",
      "example": "10001"
    },
    "timezone": {
      "type": "string",
      "example": "string"
    }
  }
}