Routing
api_product_informations
Matched route
Route Parameters
| Name | Value |
|---|---|
| schemes | [
"https"
] |
Route Matching Logs
Path to match:
/v1/product/informations
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | mybiz_api_get_payment_information_update_link | /v1/payment-information/update-link | Path does not match |
| 2 | mybiz_api_mobile_point_history | /v1/points-history | Path does not match |
| 3 | api_product_purchase_link | /v1/product/{sku}/purchase-link | Path does not match |
| 4 | api_product_informations | /v1/product/informations | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.