Routing
cart_get
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/cart/get
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | cart_order_repeat_no_locale | /api/cart/repeat-order/{order_id} | Path does not match |
| 2 | cart_order_repeat | /{_locale}/api/cart/repeat-order/{order_id} | Path does not match |
| 3 | app_test | /test | Path does not match |
| 4 | app_test_time | /test/time | Path does not match |
| 5 | app_test_phpinfo | /test/info | Path does not match |
| 6 | app_test_nophoto | /test/nophoto | Path does not match |
| 7 | block_usermessage | /{_locale}/block/usermessage | Path does not match |
| 8 | block_userlogin | /{_locale}/block/userlogin | Path does not match |
| 9 | block_usermenu | /{_locale}/clientmenu | Path does not match |
| 10 | migrate | /migrate | Path does not match |
| 11 | register_no_locale | /register | Path does not match |
| 12 | register | /{_locale}/register | Path does not match |
| 13 | app_sitemap_no_locale | /sitemap | Path does not match |
| 14 | app_sitemap | /{_locale}/sitemap | Path does not match |
| 15 | user_no_locale | /user | Path does not match |
| 16 | user | /{_locale}/user | Path does not match |
| 17 | user_orders_no_locale | /user/order-history | Path does not match |
| 18 | user_orders | /{_locale}/user/order-history | Path does not match |
| 19 | user_order_last_no_locale | /user/order-history/order/last | Path does not match |
| 20 | user_order_cont_no_locale | /user/order-history/order/{order_id} | Path does not match |
| 21 | user_order_last | /{_locale}/user/order-history/order/last | Path does not match |
| 22 | user_order_cont | /{_locale}/user/order-history/order/{order_id} | Path does not match |
| 23 | user_profile_no_locale | /user/profile | Path does not match |
| 24 | user_profile | /{_locale}/user/profile | Path does not match |
| 25 | user_change_pass_no_locale | /user/change-pass | Path does not match |
| 26 | user_change_pass | /{_locale}/user/change-pass | Path does not match |
| 27 | user_logoff_no_locale | /user/logoff | Path does not match |
| 28 | user_logoff | /{_locale}/user/logoff | Path does not match |
| 29 | user_facebook_unlink | /user/unlink/facebook | Path does not match |
| 30 | user_google_unlink | /user/unlink/google | Path does not match |
| 31 | wishlist_no_locale | /wishlist | Path does not match |
| 32 | wishlist | /{_locale}/wishlist | Path does not match |
| 33 | wishlist_add_no_locale | /wishlist/add/{prod} | Path does not match |
| 34 | wishlist_add | /{_locale}/wishlist/add/{prod} | Path does not match |
| 35 | wishlist_delete_no_locale | /wishlist/delete/{id} | Path does not match |
| 36 | wishlist_delete | /{_locale}/wishlist/delete/{id} | Path does not match |
| 37 | redirect | /redirect | Path does not match |
| 38 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 39 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 40 | api_doc | /api/docs.{_format} | Path does not match |
| 41 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 42 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 43 | _wdt | /_wdt/{token} | Path does not match |
| 44 | _profiler_home | /_profiler/ | Path does not match |
| 45 | _profiler_search | /_profiler/search | Path does not match |
| 46 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 47 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 48 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 49 | _profiler_open_file | /_profiler/open | Path does not match |
| 50 | _profiler | /_profiler/{token} | Path does not match |
| 51 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 52 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 53 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 54 | callback_no_locale | /callback | Path does not match |
| 55 | callback | /{_locale}/callback | Path does not match |
| 56 | cart_test | /api/cart/test | Path does not match |
| 57 | cart_check | /api/cart/check | Path does not match |
| 58 | cart_buy | /api/cart/buy | Path does not match |
| 59 | cart_update | /api/cart/update | Path does not match |
| 60 | cart_delete | /api/cart/delete | Path does not match |
| 61 | cart_removegroup | /api/cart/removegroup | Path does not match |
| 62 | cart_get | /api/cart/get | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.