Skip to main content
Anchor to UrlRedirectUserError

UrlRedirectUserError

object

Requires read_online_store_navigation access scope.

Represents an error that happens during execution of a redirect mutation.

•UrlRedirectErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Creates a UrlRedirect object.

Arguments

•UrlRedirectInput!
required

The fields to use when creating the redirect.


•mutation

Deletes a UrlRedirect object.

Arguments

•ID!
required

The ID of the redirect to delete.


•mutation

Updates a URL redirect.

Arguments

•ID!
required

The ID of the URL redirect to update.

•UrlRedirectInput!
required

The input fields required to update the URL redirect.



Was this section helpful?


Was this section helpful?