Returns the per-field completeness breakdown that powers the brand dashboard’s data-quality widget. The same scoring formula drives the avg_completeness and complete_products counters on the stats endpoint, so callers can mix this and GET /stats/{organization_id} without normalizing. Caller must be a member of organization_id; the product must be owned by that organization 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 that owns the product.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$GTIN-8/12/13/14 of the product. Normalized to GTIN-14 by zero-padding before lookup.
^\d{8,14}$OK
Field-by-field completeness breakdown for a single product.
Overall completeness percentage 0-100, rounded. Computed as sum(fields[k].score * fields[k].weight) * 100.
0 <= x <= 10078
Per-field score and weight, keyed by field group (name, description, brand, category, images, nutrition, certifications, offers, country). Stable keys safe for UI mapping.