Statistics

The statistics resource delivers information about the shop's operations. It contains information about traffic, sales flow and order data overview.

The statistics data is split into the following 4 areas, which can be fetched independently:

APIDescription
GET api2/statistics/{typ}.json?StartDate={StartDate}&EndDate={EndDate}

Get a shop's traffic data such as views, visits, etc. in a certain time frame.

GET api2/statistics/{typ}/{cid}.json?StartDate={StartDate}&EndDate={EndDate}

Get a shop's traffic data such as views, visits, etc. in a certain time frame.

GET api2/statistics/advanced/{Type}/{CompanyID}/{StartDate}/{EndDate}.json

Advanced Statistics
CompanyID = -1 => All companies (If Admin)

POST api/Statistics

No documentation available.