Skip to main content
object

Requires read_online_store_navigation access scope.

A request to import a URLRedirect object into the Online Store channel. Apps can use this to query the state of an UrlRedirectImport request.

For more information, see url-redirects.

•Int

The number of rows in the file.

•Int

The number of redirects created from the import.

•Int

The number of redirects that failed to be imported.

•Boolean!
non-null

Whether the import is finished.

•DateTime

The date and time when the import finished.

•ID!
non-null

The ID of the UrlRedirectImport object.

•[UrlRedirectImportPreview!]!
non-null

A list of up to three previews of the URL redirects to be imported.

•Int

The number of redirects updated during the import.


Was this section helpful?

•query

Returns a redirect import resource by ID.


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

•UrlRedirectImport

The created URLRedirectImport object.

•[UrlRedirectImportUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

•interface

Was this section helpful?