Skip to main content
GET
/
collections
/
{collection_id}
/
product-clicks
Error
A valid request URL is required to generate request examples
{
  "products": [
    {
      "main_product_id": "<string>",
      "clicks": 123,
      "percent_of_max_clicks": 123,
      "average_position": 123
    }
  ]
}
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

collection_id
string
required

Query Parameters

from_date
string<date>
required
to_date
string<date>
required
merchant_id
string
required

Response

Successful Response

products
GetCollectionProductClicksRow · object[]
required