Circana · Example Payload

Circana Getpointofsaledata Example

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Circana Getpointofsaledata Example is an example object payload from Circana, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getPointOfSaleData",
  "method": "GET",
  "path": "/market-data/pos",
  "summary": "Circana Get Point of Sale Data",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetPointOfSaleData200Example",
      "example": {
        "data": [
          {
            "period": "2026-W01",
            "category": "Beverages",
            "brand": "Example Brand",
            "upc": "012345678901",
            "dollar_sales": 125340.5,
            "unit_sales": 45230,
            "volume_sales": 67845.0,
            "avg_price": 2.77,
            "distribution_pct": 85.3
          }
        ],
        "pagination": {
          "offset": 0,
          "limit": 100,
          "total": 4523
        }
      }
    }
  ]
}