POST:analytics/report.json
Commerce APIPOST:analytics/report.json

POST:analytics/report.json

Description

Get analytics report for a given set of variables.

Permission bit: "analytics.read"

Topic: Analytics

Query Parameters

limit: Int

Return up to N entries (pagination). See also: Pagination

Example: ?limit=5


offset: Int

Skip N entries (pagination). See also: Pagination

Example: ?offset=5


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

AnalyticsReportParameters

{
  "report_id": "",
  "variables": [
    {
      "key": "",
      "value": ""
    }
  ]
}

Response Body

AnalyticsReport

Response Body Type

Loading module