# Verkkokauppa.com > Verkkokauppa.com is Finland's largest online electronics and consumer goods retailer, operating since 1992. The site offers a vast product catalog spanning electronics, home appliances, gaming, computers, phones, TV & audio, sports, toys, and more. Available in Finnish, English, and Swedish. ## About Verkkokauppa.com (literally "online store" in Finnish) is a Finnish e-commerce company headquartered in Helsinki. It serves both consumers (B2C) and businesses (B2B). The site features product search, detailed product pages with customer reviews and Q&A, product comparison, wishlists, a trade-in program, financing options, and outlet/open-box deals. Orders can be delivered to home, picked up from physical stores, or collected from parcel lockers. ### Product Pages - **Individual product**: `/fi/product/{productId}/{product-slug}` Example: `/fi/product/123456/samsung-galaxy-s25-ultra-256gb` - **Product Q&A**: `/fi/product/{productId}/{product-slug}/questions` - **Product reviews**: `/fi/product/{productId}/{product-slug}/reviews` ### Browsing & Discovery - **Search**: `/fi/search?query={search terms}` - **Category browsing**: `/fi/catalog/{categoryId}/{category-slug}` - **Category product listing**: `/fi/catalog/{categoryId}/{category-slug}/products` - **Brand pages**: `/fi/brand/{brand-slug}` - **New products**: `/fi/uutuudet` - **Product comparison**: `/fi/product/comparison/{pid1|pid2|pid3}` (pipe-separated product IDs) - **Product lists (themed/curated)**: `/fi/product/list/{listName}` ### Outlet & Open-Box - **Outlet products** (returned/open-box items at reduced prices): `/fi/yksittaiskappaleet` ### Shopping - **Shopping cart**: `/fi/cart` - **Checkout flow**: Proceeds through address → shipment method → payment method steps - **Order tracking**: `/fi/orders/{orderId}` (requires login) ### Account (requires authentication) - **Login / Register**: `/fi/account/login` - **My account**: `/fi/account/customer` - **Order history**: `/fi/orders/list/{type}` (types: open, processed, ready, unpaid) - **Saved addresses**: `/fi/account/customer/address/list/{type}` - **Financing contracts**: `/fi/account/customer/financing` ### Special Features - **Trade-in program**: `/fi/vaihtokauppa` — Evaluate and trade in used devices - **Credit account**: `/fi/tili` — Apply for and manage a Verkkokauppa.com credit account - **Financing calculator**: `/fi/rahoituslaskuri/{price}` - **Gift voucher redemption**: `/fi/payment/voucher` - **Shared wishlists**: `/fi/favorites/{publicId}` — Publicly shareable product collections - **Barcode lookup**: `/fi/barcode/{barcode}` — Find a product by its barcode ### CMS Content Pages Many informational pages (shipping info, payment methods, guides, campaigns, etc.) are CMS-driven and live at various paths under the language prefix. The front page is at `/fi/etusivu`. ## Key Features - **Product catalog**: Large variety of products across categories like electronics, computing, phones, TV & audio, home appliances, gaming, sports, toys, and more. - **Search**: Full-text product search with faceted filtering (brand, category, price range, etc.), sorting, and autocomplete suggestions. - **Customer reviews & Q&A**: Products have customer reviews with ratings and a Q&A section where customers can ask and answer questions. - **Product comparison**: Compare specs and prices of multiple products side by side. - **Wishlists & sharing**: Save favorite products and share wishlists via public URLs. - **Trade-in program** (Vaihtokauppa): Get a valuation for used electronics and trade them in for store credit. - **Financing**: Purchase products with installment plans; apply for a credit account. - **Outlet**: Discounted returned, open-box, and refurbished products. - **B2B**: Business customer accounts with dedicated assortments, credit accounts, and member management. - **Delivery options**: Home delivery, store pickup (Helsinki flagship store and other locations), and parcel locker pickup. ## Physical Stores Verkkokauppa.com has physical retail locations in Finland, including the flagship store in Helsinki (Jätkäsaari). Stores offer product pickup, returns, and in-person shopping. Store hours and locations are available on the website. ## Sitemap The full sitemap is available at: https://www.verkkokauppa.com/gsitemaps1/sitemap.xml ## Restrictions The following paths are private and require authentication: - `/fi/account/` — Customer account pages - `/fi/orders/` — Order management - `/fi/tili/` — Credit account - `/fi/vaihtokauppa/palvelu/` — Trade-in flow (after initial landing page)