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.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
typ

StatisticTyp

Required

StartDate

date

Required

EndDate

date

Required

Body Parameters

None.

Response Information

Resource Description

SignUpEMail

Collection of APITopProducts
NameDescriptionTypeAdditional information
count

integer

None.

id

integer

None.

name

string

None.

product_id

string

None.

amount

integer

None.

currency

string

None.

content_type

integer

None.

Response Format

[
  {
    "count": 1,
    "id": 2,
    "name": "sample string 3",
    "product_id": "sample string 4",
    "amount": 5,
    "currency": "usd",
    "content_type": 1
  },
  {
    "count": 1,
    "id": 2,
    "name": "sample string 3",
    "product_id": "sample string 4",
    "amount": 5,
    "currency": "usd",
    "content_type": 1
  }
]