# UrlRedirect - storefront - OBJECT Version: 2025-01 ## Description A redirect on the online store. ### Access Scopes `unauthenticated_read_content` access scope. ## Fields * [id](/docs/api/storefront/2025-01/scalars/ID): ID! - The ID of the URL redirect. * [path](/docs/api/storefront/2025-01/scalars/String): String! - The old path to be redirected from. When the user visits this path, they'll be redirected to the target location. * [target](/docs/api/storefront/2025-01/scalars/String): String! - The target location where the user will be redirected to. ## Connections ## Related queries * [urlRedirects](/docs/api/storefront/2025-01/queries/urlRedirects) A list of redirects for a shop. ## Related mutations ## Related Unions ## Examples