Get Collection Metrics Endpoint
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Response
Successful Response
Derived "Auto Lift" score: how the click-through rate of auto-sorted (non-pinned) products compares to the merchant's manually pinned products.
score is normalised to 0-100 where 50 means auto and pinned perform
equally, 100 means auto CTR is >= 2x pinned CTR, and 0 means auto
products get no clicks. Computed as clamp(50 * auto_ctr / pinned_ctr, 0, 100). It is None when the collection has no pinned products or no
auto (non-pinned) products, so there is nothing to compare. pinned_ctr
and auto_ctr are percentages (0-100); delta_pts is
auto_ctr - pinned_ctr in percentage points.
The highest-revenue product in a collection, for the overview table's
"Top Product" column. image_url is the product's first image (or None).

