Circana · Schema

ConsumerPurchaseResponse

Consumer purchase data response

AnalyticsConsumer DataMarket ResearchRetailCPGPoint-of-SaleConsumer InsightsBusiness Intelligence

Properties

Name Type Description
data array Array of consumer purchase records
pagination object
View JSON Schema on GitHub

JSON Schema

circana-consumerpurchaseresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConsumerPurchaseResponse",
  "title": "ConsumerPurchaseResponse",
  "type": "object",
  "description": "Consumer purchase data response",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of consumer purchase records",
      "items": {
        "$ref": "#/components/schemas/ConsumerPurchaseRecord"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}