Skip to main content

Check catalog completeness

Find products below your completeness threshold before exporting.

Single product

PRODUCT_ID="your-product-uuid"

curl -s "https://api.catazenta.com/v1/products/${PRODUCT_ID}" \
-H "Authorization: Bearer ${TOKEN}" | jq '.data.completeness'

(Exact field names may vary — see Product API.)

Bulk — low completeness

Search products and filter in your integration, or use MCP:

“Find products needing enrichment below 80% completeness”

Tool: find_products_needing_enrichment

Fix loop

  1. List gaps (analyze_product_completeness via MCP).
  2. Update attributes.
  3. Re-check score.
  4. Export when green.