/product/product-name.Creating a deeply nested URL structure like /products/brand/category/product-name in Webflow for e-commerce is not possible using native functionality alone, because Webflow does not support nested dynamic routes from multiple CMS or product collections.
/product/your-product-name, and this structure cannot be customized to include parent collection slugs like brand or category./brands/brand-name, /categories/category-name), but those URLs cannot dynamically nest or be linked in the product URL structure.
You can simulate nested navigation or breadcrumbs using CMS relationships and manual linking, but not in the actual URL path:
/product/product-name.
If URL hierarchy is critical, consider:
Products CMS and structure it with reference fields for Brands and Categories. You still won’t get nested dynamic routing, but you have more control over how product data is structured and displayed.
Webflow does not allow combining e-commerce and CMS collections to create nested URLs like /products/brand/category/product-name. You can use reference fields and visual navigation to simulate this structure, but the actual URLs must follow Webflow's native format. A fully custom approach with external routing would be needed to achieve true nested URL paths.