Skip to main content

Publish all complete products

Goal: Syndicate only SKUs that meet your completeness bar — no manual spreadsheet filters.

Logic

Implementation outline

  1. Query — Product API or find_products_needing_enrichment inverted (threshold 100).
  2. Gatestatus: active and workflow stage = published.
  3. Jobcreate_export_job / Integration API for the Shopify or Amazon profile.
  4. Monitor — Poll get_export_job_items; MCP agent opens tasks for failed rows.
  5. Learn — Recalculate completeness after attribute fixes.

Recipe

Poll export job · Completeness check

Why AI helps

Agents can run this nightly: find regressions after ERP import, re-publish deltas, and post a Slack summary from job item JSON (your integration).