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

POST:analytics/report/export.json

Description

Export analytics report to CSV.

Permission bit: "analytics.export"

Topic: Analytics

Query Parameters

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

ForeignShardedTask

Response Body Type

Loading module