Routing
        addProductAtCart
        Matched route
    
Route Parameters
| Name | Value | 
|---|---|
| id | "4246" | 
            
Route Redirection
This page redirects to:
        /panier
        (route: "n/a")    
Route Matching Logs
    Path to match: 
/api/product/cart/add/4246
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | APIRssFeedForSponsoredProducts | /rss/sponsored | Path does not match | 
| 2 | adminLocaleRedirect | /admin | Path does not match | 
| 3 | admin | /vendeur | Path does not match | 
| 4 | getUpdatesForAdminInterface | /pull/json/updateInterface/admin | Path does not match | 
| 5 | listBadgesRedirect.fr | /vendeur/badge | Path does not match | 
| 6 | listBadgesRedirect.en | /seller/badge | Path does not match | 
| 7 | listBadges.fr | /vendeur/badge/liste/{id} | Path does not match | 
| 8 | listBadges.en | /seller/badge/list/{id} | Path does not match | 
| 9 | badgeEntry.fr | /vendeur/badge/editer/{id}/{token} | Path does not match | 
| 10 | badgeEntry.en | /seller/badge/edit/{id}/{token} | Path does not match | 
| 11 | badgeUrl | /badge/url/{token} | Path does not match | 
| 12 | badgeImage | /badge/image/{token} | Path does not match | 
| 13 | PanierBleu | /prod-feed/google/xml-rss | Path does not match | 
| 14 | carrier | /carriere | Path does not match | 
| 15 | viewCarrierPost | /carrier/{title}/{id} | Path does not match | 
| 16 | addProductAtPayment | /api/product/payment/add/{id} | Path does not match | 
| 17 | addProductAtCart | /api/product/cart/add/{id} | Route matches! | 
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.