Publish all complete products
Goal: Syndicate only SKUs that meet your completeness bar — no manual spreadsheet filters.
Logic
Implementation outline
- Query — Product API or
find_products_needing_enrichmentinverted (threshold 100). - Gate —
status: activeand workflow stage = published. - Job —
create_export_job/ Integration API for the Shopify or Amazon profile. - Monitor — Poll
get_export_job_items; MCP agent opens tasks forfailedrows. - 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).