Skip to main content
Anchor to UrlRedirectImportUserError

UrlRedirectImportUserError

object

Requires read_online_store_navigation access scope.

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

•

The error code.

•

The path to the input field that caused the error.

•
String!non-null

The error message.


Was this section helpful?

•
mutation

Creates a UrlRedirectImport object.

After creating the UrlRedirectImport object, the UrlRedirectImport request can be performed using the urlRedirectImportSubmit mutation.

Arguments

•
URL!required

The staged upload URL of the CSV file. You can download a sample URL redirect CSV file.


Fields

•

The created URLRedirectImport object.

•

The list of errors that occurred from executing the mutation.

•
mutation

Submits a UrlRedirectImport request to be processed.

The UrlRedirectImport request is first created with the urlRedirectImportCreate mutation.

Arguments

•
ID!required

The ID of the UrlRedirectImport object.


Fields

•

The asynchronous job importing the redirects.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?