Routing
app_product_by_reference
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr_FR" |
| reference | "682" |
Route Redirection
This page redirects to:
/fr_FR/search?criteria%5Bsearch%5D%5Btype%5D=contains&criteria%5Bsearch%5D%5Bvalue%5D=682
(route: "n/a")
Route Matching Logs
Path to match:
/fr_FR/products/by-reference/682
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_delta_core_webhook | /api/hooks/deltacore | Path does not match |
| 2 | app_dealer_locator | /{_locale}/points-de-vente | Path does not match |
| 3 | app_product_by_reference | /{_locale}/products/by-reference/{reference} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.