Circana · JSON Structure

Liquid Data Retailer Summary Structure

Retailer summary record

Type: object Properties: 5
AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

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

Properties

retailer_id name channel store_count geographic_coverage

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/circana/refs/heads/main/json-structure/liquid-data-retailer-summary-structure.json",
  "name": "RetailerSummary",
  "description": "Retailer summary record",
  "type": "object",
  "properties": {
    "retailer_id": {
      "type": "string",
      "description": "Unique retailer identifier"
    },
    "name": {
      "type": "string",
      "description": "Retailer name"
    },
    "channel": {
      "type": "string",
      "description": "Primary retail channel"
    },
    "store_count": {
      "type": "int32",
      "description": "Number of store locations"
    },
    "geographic_coverage": {
      "type": "string",
      "description": "Geographic coverage level"
    }
  }
}