Purpose Scans all active products and their variants for missing or insufficient images. Flags products with zero images, variants with no assigned image, and products below a minimum image count threshold. Read-only — no mutations. Prerequisites - Authenticated Shopify CLI session: - API scopes: Parameters | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | store | string | yes | — | Store domain (e.g., mystore.myshopify.com) | | min images | integer | no | 1 | Flag products with fewer than this many images | | check variants | bo…