Anchor to UrlRedirectImportUrl
objectUrl Redirect Import
Requires access scope.
A request to import a object
into the Online Store channel. Apps can use this to query the state of an request.
For more information, see url-redirects.
Anchor to FieldsFields
- count (Int)
- createdCount (Int)
- failedCount (Int)
- finished (Boolean!)
- finishedAt (DateTime)
- id (ID!)
- previewRedirects ([UrlRedirectImportPreview!]!)
- updatedCount (Int)
- Anchor to countcount•Int
The number of rows in the file.
- Anchor to createdCountcreated•Int
Count The number of redirects created from the import.
- Anchor to failedCountfailed•Int
Count The number of redirects that failed to be imported.
- Anchor to finishedfinished•Boolean!non-null
Whether the import is finished.
- Anchor to finishedAtfinished•Date
At Time The date and time when the import finished.
- •ID!non-null
The ID of the
object.- Anchor to previewRedirectspreview•[Url
Redirects Redirect Import Preview!]! non-null A list of up to three previews of the URL redirects to be imported.
- Anchor to updatedCountupdated•Int
Count The number of redirects updated during the import.
Was this section helpful?
Anchor to QueriesQueries
- urlRedirectImport (UrlRedirectImport)
- •query
Returns a
resource by ID.- •ID!required
The ID of the
to return.
Arguments
- •ID!
Was this section helpful?
Anchor to MutationsMutations
- urlRedirectImportCreate (UrlRedirectImportCreatePayload)
- •mutation
- •URL!required
The staged upload URL of the CSV file. You can download a sample URL redirect CSV file.
Arguments
- •URL!
Was this section helpful?