UrlRedirectUserError - admin-graphql - OBJECT
Version: 2024-10
Description:
Represents an error that happens during execution of a redirect mutation.
Access Scopes
`read_online_store_navigation` access scope.
Fields
-
code:
UrlRedirectErrorCode -
The error code.
-
field:
String -
The path to the input field that caused the error.
-
message:
String! -
The error message.
Connections
Related queries
Related mutations
-
urlRedirectCreate
Creates a [`UrlRedirect`](https://shopify.dev/api/admin-graphql/latest/objects/UrlRedirect) object.
-
urlRedirectDelete
Deletes a [`UrlRedirect`](https://shopify.dev/api/admin-graphql/latest/objects/UrlRedirect) object.
-
urlRedirectUpdate
Updates a URL redirect.
Related Unions
Examples