TL;DR:
- Shopify’s native 3D/AR support and Apple Quick Look require a
.usdzor.glbfile — the format pipeline is the main implementation work, not the AR itself - Product categories with the strongest conversion uplift from AR: furniture/home décor (up to 94% conversion improvement in documented studies), eyewear, footwear, and watches
- The technology is accessible without a specialist team in 2026; automated 3D scan services cost £20–£150 per product
The promise of AR commerce has been around for years. The reality in 2026 is that it works, the tools are genuinely accessible, and there are now enough documented case studies to understand where it adds real value versus where it’s novelty. This isn’t “the future of retail” framing anymore — it’s a practical question of whether your product catalogue and customer behaviour fit the profile where AR pays off.
What AR Product Visualisation Actually Means
Two distinct capabilities fall under this heading:
3D visualisation: A rotatable, zoomable 3D model of the product on the product page. Customers can examine the product from every angle. This works on any device with a web browser.
Augmented reality: Placing a 3D model in the customer’s physical environment through their phone camera — seeing how a sofa looks in their living room, whether a lamp matches their existing furniture, how a pair of trainers look on their feet. This requires device camera access and runs natively on iOS (via Quick Look) and Android (via Scene Viewer).
These are technically different features, but they share a dependency: you need a 3D model of the product. Get that right and both follow naturally.
The Platform Landscape in 2026
Shopify: Native support for 3D models and AR on product pages since 2019, significantly improved since then. Upload a .glb (Android) or .usdz (iOS/Apple) file to a product and Shopify adds a 3D viewer and “View in Your Space” AR button automatically on compatible devices. No app, no plugin, no developer required — it’s built into the platform.
Apple Quick Look: The iOS and Safari AR experience. When a product page includes a .usdz link, Safari on iPhone displays an AR button in the product image corner. Tap it and the product appears in the room through the camera. Critically, this works without an app — customers don’t need to install anything. Apple Vision Pro extends this: Quick Look on visionOS 26 renders products in full spatial computing context for Vision Pro users.
Google Scene Viewer: Android’s equivalent to Quick Look. Uses .glb files. A link with the right parameters opens Scene Viewer directly from a product page. Same no-app-required experience as Quick Look on Android.
Meta Spark and Instagram AR: Snap and Meta both support branded AR experiences in their apps. Meta Spark lets brands create AR try-on experiences accessible within Instagram shopping. This is particularly relevant for eyewear, accessories, and beauty. Requires building an effect in Meta Spark Studio (or working with a Meta Spark partner).
Snap AR Lenses: Snap’s Commerce Lens product lets brands create shoppable try-on experiences within Snapchat. Strong performance data in Gen Z demographics for fashion and beauty.
Conversion Data
The honest version of “AR increases conversion” requires knowing your product category:
Furniture and home décor: This is where the data is most compelling. IKEA’s documented conversion improvements with AR are widely cited; Wayfair reported a 94% conversion improvement for shoppers who used AR features. The mechanism is clear — customers can’t judge whether a sofa fits the room and matches the colour scheme from a photo. AR answers that question directly and reduces the uncertainty that kills the purchase decision.
Eyewear: Virtual try-on for glasses is one of the most established AR commerce categories. EssilorLuxottica and Warby Parker have published positive conversion data. The fit confidence question (will this frame suit my face?) is addressed directly.
Footwear: Nike and others have implemented AR fitting experiences. Return rates for footwear bought with AR features are reported to be measurably lower — fit uncertainty is a primary driver of shoe returns, and AR addresses part of that.
Small items, commodity products: AR adds minimal value for products where size and fit are not a purchase concern — a phone case, a book, a food product. The implementation cost is only justified where AR addresses a genuine pre-purchase anxiety.
Getting 3D Models
This is the main production challenge. Your options:
Photogrammetry scan services: Services like Vntana, Cappasity, and various regional providers take product photography or physical items and produce .glb and .usdz files. Cost ranges from £20 for simple objects to £150+ for complex items with moving parts. At scale, many brands use in-house photogrammetry rigs.
iPhone Pro and iPad Pro LiDAR scanning: Apps like Scaniverse, Polycam, and KIRI Engine use the LiDAR scanner on iPhone Pro models to create 3D scans you can export as .obj or .glb. Quality is good enough for smaller objects and improving rapidly. Zero marginal cost after the device investment.
Manufacturer 3D files: For brands selling third-party products, ask the manufacturer for existing 3D CAD files. Many manufacturers have these from their product design process; they just need converting to the right format. Tools like Blender (free) or PTC Creo can convert CAD formats to .glb.
AI-based 3D generation: Tools like Luma AI and Meshy can generate reasonable 3D models from product photographs. Quality is variable and not yet production-ready for high-end products, but improving rapidly and usable for lower-stakes categories.
Implementing on Shopify
The implementation for a Shopify store is genuinely straightforward:
- Get your 3D model files (
.glbfor Android/desktop,.usdzfor iOS) - In Shopify admin, go to your product > Media > Add media
- Upload the
.glbor.usdzfile - On compatible devices, Shopify automatically shows the 3D viewer and AR button
No code changes required for the basic implementation. For customising the appearance of the 3D viewer or adding AR buttons to collection pages, a small Liquid template edit is needed.
For platforms other than Shopify, the model-viewer web component is the standard open-source option. One <model-viewer> HTML tag with your .glb file reference adds both 3D viewing and AR button functionality to any product page.
<model-viewer
src="/products/chair.glb"
ios-src="/products/chair.usdz"
ar
ar-modes="webxr scene-viewer quick-look"
camera-controls
alt="Modern office chair in navy blue"
style="width: 100%; height: 400px;">
</model-viewer>
What to Measure
Track AR engagement separately from general product page engagement. The metrics that matter:
- AR session initiation rate (what percentage of product page visitors tap the AR button)
- Conversion rate for visitors who used AR vs. those who didn’t
- Return rate for orders placed after AR engagement vs. without
- Add-to-cart rate after AR session
Most analytics platforms can capture AR button click events with standard event tracking. Google Analytics 4 custom events work for this; Shopify’s built-in analytics tracks 3D model interactions natively.
The business case for AR in high-anxiety categories is well-established. For furniture, eyewear, and footwear retailers specifically, the question is no longer whether AR is worth doing — it’s how quickly you can get quality 3D models into the pipeline.