UrlRedirect - storefront - OBJECT
Version: 2024-10
Description:
A redirect on the online store.
Access Scopes
`unauthenticated_read_content` access scope.
Fields
-
id:
ID! -
The ID of the URL redirect.
-
path:
String! -
The old path to be redirected from. When the user visits this path, they'll be redirected to the target location.
-
target:
String! -
The target location where the user will be redirected to.
Connections
Related queries
Related mutations
Related Unions
Examples