Purpose Analyzes order history to discover which products are frequently purchased together. Calculates co-occurrence frequency, lift scores, and confidence metrics to generate data-driven cross-sell recommendations and bundle candidates. Read-only — no mutations. Prerequisites - Authenticated Shopify CLI session: - API scopes: , Parameters | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | store | string | yes | — | Store domain | | days back | integer | no | 180 | Order lookback window | | min support | integer | no | 3 | Minimu…