Returns the aggregated counters rendered on the brand dashboard home (total products, completeness average, active/broken offers, expiring certifications, products missing images). Counts are computed live against the requesting organization — there is no caching layer. Caller must be a member of organization_id or a 404 is returned.
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
UUID of the organization to summarize.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$OK
Aggregated metrics rendered on the brand dashboard home page.
Count of every product owned by the organization (any status).
x >= 01250
Count of products whose completeness score is 80 or higher. Uses the same scoring as GET /trade-items/{org}/{gtin}/completeness.
x >= 0980
Average completeness percentage across every product (0-100, rounded to the nearest integer). 0 when the org has no products.
0 <= x <= 10078
Total active offers across both in-store and online channels for this organization. Counts only offers with status='active'.
x >= 045
Online offers whose URL check is currently failing (url_status in broken, timeout, dns_failure). Brand managers triage these on the dashboard home.
x >= 03
Certification assignments whose expiry_date falls in the next 60 days but is still in the future. Excludes already-expired certs.
x >= 012
Distinct products owned by the organization that have zero ProductImage rows attached.
x >= 087