k-sync
Back to blog

Migrating a homebrewing and winemaking supplies store from WooCommerce to Shopify (2026)

How to migrate a homebrewing, winemaking, or kombucha supplies WooCommerce store to Shopify — ingredient variants, kit bundle setup, equipment metafields, alcohol compliance notes, and brewing retail Shopify setup.

·By k-sync
3 min read · 687 words

Homebrewing and winemaking supply stores blend ingredient retail (malts, hops, yeast, fruit concentrates, finings) with equipment (fermenters, hydrometers, bottling equipment) and experiential products (recipe kits, courses). The category has strong subscription potential (monthly ingredient boxes) and niche SEO opportunities. Migrating to Shopify works well for this category with some configuration for ingredient variants and kit bundles.

Product categories in homebrewing retail

Ingredient weight variants

Most loose ingredients (malts, hops, sugar adjuncts) are sold in multiple weights. In Shopify:

Yeast metafields

Yeast strain data is a key purchase decision factor for brewing customers:

product.metafields.brewing.yeast_strain = "US-05"
product.metafields.brewing.yeast_form = "Dry / Liquid / Slurry"
product.metafields.brewing.attenuation_pct = "73-77"
product.metafields.brewing.flocculation = "High / Medium / Low"
product.metafields.brewing.temperature_range_c = "15-24"
product.metafields.brewing.alcohol_tolerance_pct = "11"
product.metafields.brewing.beer_styles = "American Ale, Pale Ale, IPA"
product.metafields.brewing.refrigerated_shipping = "false"   // dry yeast
// For liquid yeast:
product.metafields.brewing.refrigerated_shipping = "true"    // ice pack required

Liquid yeast requires refrigerated or cold-pack shipping — assign to a specialist shipping profile and advise customers on dispatch days (typically Monday–Wednesday to avoid weekend delays).

Hop metafields

product.metafields.brewing.hop_alpha_acid_pct = "12-14"
product.metafields.brewing.hop_beta_acid_pct = "4-6"
product.metafields.brewing.hop_form = "Pellets / Plugs / Whole leaf"
product.metafields.brewing.hop_origin = "US / UK / German / NZ / Czech"
product.metafields.brewing.hop_flavour_notes = "Citrus, tropical fruit, pine"
product.metafields.brewing.hop_styles = "American IPA, Pale Ale, NEIPA"

Recipe kit bundles

Recipe kits are a core product type in homebrewing retail — customers want a complete ingredient set for one brew. In WooCommerce, these are typically WooCommerce Bundles or grouped products. In Shopify:

Allergen labelling for food ingredients

Malts contain gluten. Some wine finings contain isinglass (fish-derived) or egg whites. For pre-packaged consumer food products sold in the UK, allergen labelling rules apply:

product.metafields.brewing.contains_gluten = "true"          // malts
product.metafields.brewing.contains_fish = "true"            // isinglass
product.metafields.brewing.vegan_suitable = "false"          // isinglass, egg white finings
product.metafields.brewing.allergen_notes = "Contains gluten (barley)"

Post-migration checklist for homebrewing stores

Migrate your store with k-sync

Connect your WooCommerce store, validate your products, and push to Shopify in minutes. Free for up to 50 products.

Get started free

Related reading

Browse all migration guides