k-sync
Back to blog

Migrating an outdoor and adventure gear store from WooCommerce to Shopify (2026)

How to migrate an outdoor, hiking, camping, or adventure sports WooCommerce store to Shopify — CE/EN safety standards, technical spec metafields, layering system variants, and outdoor retail Shopify setup.

·By k-sync
3 min read · 618 words

Outdoor and adventure gear retail spans technical safety equipment (helmets, harnesses, ropes) and performance apparel (waterproof jackets, base layers, footwear) with highly specification-driven purchasing decisions. Customers research waterproof ratings, weight, temperature ratings, and EN certification numbers before buying. Migrating to Shopify requires carrying all of this product data and making it findable.

Outdoor gear product categories

EN certification metafields for safety equipment

Helmets, harnesses, carabiners, and ropes must carry CE/UKCA marking and reference the relevant EN/UIAA standard. This is a legal requirement for safety equipment sold in the UK/EU:

product.metafields.outdoor.en_standard = "EN 12492 / EN 1078 / EN 958 / UIAA 106"
product.metafields.outdoor.ce_ukca_marked = "true"
product.metafields.outdoor.safety_category = "PPE Category III / Personal Protective Equipment"
product.metafields.outdoor.expiry_years = "10"           // for helmets, harnesses
product.metafields.outdoor.retirement_on_impact = "true" // helmets: single-impact only
product.metafields.outdoor.mbs_kn = "22"                 // carabiner minimum breaking strength
product.metafields.outdoor.gate_strength_kn = "7"        // carabiner gate strength

Technical apparel metafields

product.metafields.outdoor.waterproof_rating_mm = "20000"
product.metafields.outdoor.breathability_ret = "6"       // lower = more breathable
product.metafields.outdoor.breathability_mvtr = "20000"  // alternative: g/m²/24h
product.metafields.outdoor.insulation_type = "Down / Synthetic / Primaloft / Thinsulate"
product.metafields.outdoor.fill_power = "850"            // for down only
product.metafields.outdoor.insulation_g_m2 = "100"       // synthetic g/m²
product.metafields.outdoor.seam_type = "Fully taped / Critically taped / Untaped"
product.metafields.outdoor.fabric_weight_gsm = "75"
product.metafields.outdoor.gender_fit = "Mens / Womens / Unisex"
product.metafields.outdoor.layering_system = "Base / Mid / Shell / Insulation"

Sleeping bag temperature ratings

Sleeping bags use EN 13537 temperature ratings. These are standardised measurements, not manufacturer marketing claims:

product.metafields.outdoor.temperature_comfort_c = "5"   // lower limit for women
product.metafields.outdoor.temperature_lower_limit_c = "0" // lower limit for men
product.metafields.outdoor.temperature_extreme_c = "-15"   // survival temperature
product.metafields.outdoor.fill_weight_g = "500"
product.metafields.outdoor.packed_weight_g = "900"
product.metafields.outdoor.packed_volume_litres = "8"
product.metafields.outdoor.zip_side = "Left / Right / Both"
product.metafields.outdoor.max_user_height_cm = "185"

Footwear sizing and specification

Outdoor footwear uses UK, EU, and sometimes US sizing. Wide-fit options matter for hiking boots. Sole stiffness (B0 through B3) is a key purchase spec for walking boots:

product.metafields.outdoor.sole_stiffness = "B0 / B1 / B2 / B3"
// B0 = flexible, B3 = rigid mountaineering
product.metafields.outdoor.last_width = "Standard / Wide"
product.metafields.outdoor.waterproofing = "GORE-TEX / eVent / DrymaxX / None"
product.metafields.outdoor.lug_depth_mm = "5"
product.metafields.outdoor.upper_material = "Full grain leather / Nubuck / Mesh"
product.metafields.outdoor.ankle_height = "Low / Mid / High"

Fuel canister compatibility

Camping stoves using screw-fit fuel canisters (Lindal valve) are cross-compatible, but some stoves use proprietary fittings. Store compatibility as metafield:

product.metafields.outdoor.fuel_type = "Lindal valve canister / Butane / Multifuel"
product.metafields.outdoor.lindal_compatible = "true"
product.metafields.outdoor.boil_time_1l_min = "3.5"
product.metafields.outdoor.burn_time_per_100g_fuel_min = "60"

Post-migration checklist for outdoor gear 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