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
- List gaps (
analyze_product_completenessvia MCP). - Update attributes.
- Re-check score.
- Export when green.