Chevron right icon
Spatial commerce

Spatial commerce

What is spatial commerce?

Spatial commerce is a category of e-commerce in which shopping experiences are delivered through three-dimensional, augmented, and extended reality interfaces rather than flat product grids and 2D image galleries. Instead of scrolling a list of thumbnails, a shopper rotates a real-time 3D model of a sofa, places a virtual sneaker on their own foot through a phone camera, walks through a digital twin of a flagship store, or browses a curated showroom from inside a head-mounted display. The shared thread is spatial intent: products and storefronts are represented as objects with depth, scale, and context, and the buyer interacts with them in a way that mirrors how they would evaluate the item in the physical world.

The term sits at the intersection of several adjacent ideas — 3D commerce, immersive retail, AR commerce, and XR shopping — and tends to be used as an umbrella for the full stack: the assets, the runtime, the device, and the storefront integration. Spatial commerce is distinct from a static 360-degree spin or a marketing render in that the experience is interactive, often physics-aware, and tied back to a purchasable SKU.

The building blocks of spatial commerce

A working spatial commerce experience is rarely a single feature. It is a composition of asset pipelines, runtime viewers, and storefront hooks that together let a shopper manipulate a product or move through a space. The common blocks include:

  • 3D product configurators. Interactive viewers that let a shopper change colorways, materials, dimensions, or modular components on a real-time 3D model. The configurator is typically bound to the product variant graph, so swatch changes update price and inventory state.
  • AR try-on and place-in-room. Mobile experiences that anchor a product to the user's environment through the device camera — eyewear and sneakers on the body, furniture and appliances in the room, cosmetics on the face. WebAR and native AR frameworks (ARKit, ARCore) handle tracking and occlusion.
  • Virtual showrooms and digital twins. Browseable 3D environments that mirror a flagship store, a vehicle lot, or a property. The shopper navigates the space, interacts with hotspots, and transitions into product-level views without leaving the scene.
  • Headset-native experiences. Storefronts built for visionOS on Apple Vision Pro, the Meta Quest line, and other XR devices. These tend to favor scale-accurate models, hand and gaze input, and shared sessions where a salesperson or friend joins the room.
  • Asset and material pipelines. Production workflows that convert CAD, photogrammetry, or DCC source files into web-ready formats such as glTF/glb and USDZ, with LODs, compressed textures, and PBR materials tuned for the target device class.
  • Storefront integration. Plug-ins and SDKs that connect the 3D layer back to the commerce platform — product variants, cart, checkout, analytics — so a click inside the scene becomes a tracked add-to-cart event.

Where spatial commerce shows up

Adoption is uneven across categories, but several verticals have moved past pilot. In furniture and home goods, place-in-room AR and 3D configurators are used to reduce the uncertainty of buying large, expensive items sight-unseen. In footwear, apparel, eyewear, and beauty, AR try-on has become a standard merchandising surface on product detail pages and inside brand apps. Automotive programs lean on configurators and virtual showrooms to let a buyer build a vehicle, walk around it at scale, and step inside the cabin before visiting a dealership. Real estate and hospitality use digital twins and 3D walk-throughs for listings, off-plan developments, and venue previews. Luxury, watches, and jewelry use real-time 3D for close inspection of materials and finishes that photography struggles to convey. Industrial and B2B catalogs publish configurable 3D models of equipment so specifiers can validate fit and options before requesting a quote.

Published case studies and vendor reports across these categories tend to point in a similar direction: when a shopper engages with a 3D or AR experience, conversion rates move up, returns move down, and time on product page increases. Reported figures vary widely — some retailers cite double-digit conversion lift and meaningful return reduction for AR-engaged sessions — and the magnitude depends on category, baseline behavior, asset quality, and whether the experience is surfaced by default or behind a click. The pattern across reports is more reliable than any single number.

The delivery layer is what determines whether a spatial commerce experience actually reaches a shopper in time to influence the purchase. A scene that looks excellent in a studio build can fail in production if the first interactive frame arrives after the buyer has already scrolled away. The practical constraints are the size and complexity of the 3D asset, the bandwidth and device class of the visitor, and the time-to-first-interactive on the product page. Common patterns include 3D streaming of meshes and textures so the viewer becomes interactive before the full asset is resident, CDN distribution of glTF/USDZ payloads close to the edge, progressive level-of-detail so a low-poly proxy renders first and refines in place, and aggressive caching of shared materials across a catalog. Without that delivery layer, conversion benefits reported in case studies are difficult to reproduce at scale.

See also

3D product configurator — the interactive viewer that lets shoppers change materials, colors, and modular options on a real-time 3D model bound to product variants.

3D streaming — the delivery technique that progressively loads meshes and textures so a scene becomes interactive before the full asset has downloaded.

Spatial computing — the broader computing paradigm, spanning AR, VR, and mixed reality, that spatial commerce experiences are built on top of.

WebXR — the browser API that exposes AR and VR sessions to web pages, used to deliver headset and phone-based spatial commerce without an app install.

Additional resources