Redirects
Manages URL redirects for the storefront, mapping old paths to new destinations to preserve SEO and navigation.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | True |
The unique numeric identifier for the URL redirect. | |
| Path | String | False |
The original URL path that should be redirected. When a user visits this path, they are automatically redirected to the specified target location. | |
| Target | String | False |
The destination URL or path where visitors will be redirected. Can point to another page, product, or external site. |