k-sync
Back to blog

Migrating a skateboarding store from WooCommerce to Shopify (2026)

How to migrate a skateboarding, longboarding, or skate shop WooCommerce store to Shopify — deck specifications, complete builds, protective gear, youth safety standards, and skate retail Shopify setup.

·By k-sync
3 min read · 695 words

Skateboarding retail covers street skating, park skating, longboarding, cruising, and transition. Skate shops have strong community identity — brand selection (stocking the right brands) matters as much as product specifications. Migrating to Shopify works well for skate retail, though the component-based nature of skateboards (decks, trucks, wheels, bearings bought separately or as completes) requires thoughtful product structure.

Product categories

Deck specifications

product.metafields.skate.deck_width_in = "8.25"              // critical sizing dimension
product.metafields.skate.deck_length_in = "32.0"
product.metafields.skate.wheelbase_in = "14.25"
product.metafields.skate.concave = "Low / Medium / High"
product.metafields.skate.shape = "Popsicle / Cruiser / Old school / Twin"
product.metafields.skate.material = "7-ply Canadian maple / 8-ply / Bamboo"
product.metafields.skate.graphic_position = "Top / Bottom / Both"
product.metafields.skate.recommended_truck_width = "8.25""
product.metafields.skate.recommended_wheel_size = "52-54mm street / 54-58mm park"

Truck sizing

Truck width must match deck width — this is the most common beginner mistake. Product page guidance and compatibility notes reduce returns:

product.metafields.skate.truck_axle_width_in = "8.25"        // match to deck width
product.metafields.skate.truck_height = "Low / Mid / High"
product.metafields.skate.hanger_width_mm = "149"
product.metafields.skate.bushing_hardness = "87a"            // softer = more turn
product.metafields.skate.compatible_deck_width = "8.125-8.375""  // recommended range

Wheel specifications

product.metafields.skate.wheel_diameter_mm = "52"            // street 50-54mm, park 54-58mm
product.metafields.skate.durometer_a = "99"                  // A scale: 78a (soft) to 104a (hard)
product.metafields.skate.durometer_b = "80"                  // B scale = A - 20
product.metafields.skate.contact_patch_mm = "28"
product.metafields.skate.use_type = "Street / Park / Cruiser / Longboard"

Complete skateboard builds

Complete skateboards are important for beginners who don't want to build their own setup:

product.metafields.skate.complete_deck_brand = "Chocolate"
product.metafields.skate.complete_deck_width = "8.25""
product.metafields.skate.complete_trucks = "Thunder 149 Mid"
product.metafields.skate.complete_wheels = "Spitfire F4 52mm 99a"
product.metafields.skate.complete_bearings = "Bones Reds"
product.metafields.skate.assembled = "true"

Helmet safety standards

Skateboard helmets should meet certified safety standards. Parents buying for children are safety-conscious:

product.metafields.skate.helmet_standard = "EN 1078 / CPSC 1203"
product.metafields.skate.helmet_type = "Hard shell / Soft shell"
product.metafields.skate.impact_rating = "Multi-impact"
product.metafields.skate.mips = "false"                      // rare in skate helmets
product.metafields.skate.certified_for = "Skateboarding / BMX / Inline"

Brand mix and exclusivity

Skate shops often carry a curated brand selection — brand identity drives purchase decisions:

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