shopify-admin-frequently-bought-together

Mine Shopify order history to compute support, confidence, and lift for product pairs and triplets.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-frequently-bought-together
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin-frequently-bought-together
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/conversion-optimization/shopify-admin-frequently-bought-together
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-frequently-bought-together

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Frequently bought together recommendations eliminate the guesswork in cross-selling by identifying product pairs and triplets that customers actually purchase in the same order context.

Core Features & Use Cases

  • Order-history co-occurrence mining: Reads orders in a configurable lookback window and computes support, confidence, and lift for product combinations.
  • Directional and symmetric association scoring: Calculates confidence A→B and B→A plus lift to surface both directional upsells and mutually reinforcing bundles.
  • Cross-sell and bundle candidate output: Produces a ranked list of high-lift pair candidates (and optionally triplets) suitable for merchandising, email offers, or bundle planning.

Quick Start

Run the frequently-bought-together analysis for your store with a 180-day lookback to generate ranked bundle candidates from real order line items.

Frequently Asked Questions about shopify-admin-frequently-bought-together

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find products frequently bought together in Shopify order history?

To find products frequently bought together, this Skill mines Shopify order line items using read-only GraphQL queries to compute support, confidence, and lift for product pairs. It outputs a ranked CSV of cross-sell and bundle candidates based on actual purchase co-occurrence.

What is the best way to identify cross-sell bundles from Shopify purchase data?

The best way to identify cross-sell bundles is by calculating directional confidence and lift for product combinations. This approach surfaces both directional upsells and mutually reinforcing bundles from your historical order data rather than relying on guesswork.

Can I analyze Shopify order line items for product co-occurrence over a specific time period?

Yes, you can analyze product co-occurrence over a configurable lookback window, such as 180 days. The analysis reads orders within that period to compute support and lift for product pairs and triplets to generate ranked bundle candidates.

Does this Shopify bundle recommendation analysis use GraphQL or REST API?

This analysis uses read-only Shopify GraphQL queries to retrieve orders and products. It computes association metrics like support, confidence, and lift for product combinations without modifying your store data.

How are the frequently bought together bundle candidates ranked and exported?

Bundle candidates are ranked by support, confidence, and lift metrics. The results are exported as a CSV file containing a ranked list of high-lift product pairs and optional triplets suitable for merchandising and email offers.